Hooking up Military Characters with AnimStarterPack - Epic Wiki

# Hooking up Military Characters with AnimStarterPack

# Hooking up Military Characters with AnimStarterPack

  1. Import Military Characters and Anim Starter Pack into the same Third person Blueprint projectIn order to be able to use both packs they both need to be in the same project. Otherwise you will get folder structure errors.
  2. Open Blueprints -> MyGame, set the Default Pawn class to “ASP_Character”This sets the AnimStarterPack character as the default character when launching the game.
  3. Create a “Crouch” input command in the project (Optional, if you want crouch functionality)The Default ThirdPerson Blueprint project doesn’t have a “Crouch” Input, The Animation character does. If you do not create a “Crouch” input you will receive errors when you attempt to compile. And the character will not be able to crouch.
  4. Delete the Skeleton in the “Military Character Silver” folder and use “Replace References” replace them with the skeleton provided with “Anim Starter Pack” (Eventually this will be included in the Engine folder)The Military Character Silver pack comes with a Skeleton and So does the Animation pack. By deleting and replacing the Military Character Skeleton you ensure that all the characters and animations are using the same skeleton.
  5. Open “ASP_Character” and replace the “mesh” component with the Military Character of your choosing.This replaces the Blue Character in the AnimStarter content with the Military Character of your choosing. When you load into the game.
  6. In the “Defaults” tab of “ASP_Character”, make sure the blueprint is using “ASP_HeroTTP_AnimBlueprint” as its Anim BlueprintThis makes sure the ASP_Character uses ASP_HeroTTP_animBlueprint as its anim blueprint. This might not be necessary. Its more of a “Double Check” step.
  7. Recompile and you are ready to go!

Retrieved from "https://wiki.unrealengine.com/index.php?title=Hooking_up_Military_Characters_with_AnimStarterPack&oldid=8844"