Some folks who purchased specifically wanted some help integrating this with the generic shooter pack. Here's a quick look at the result of integration:
Initially I tried to utilize only a child blueprint but there are a number of bugs with how UE4 handles child blueprints right now. Ultimately I had to settle on recreating the blueprint and functions directly in the BP_PlayerCharacter blueprint.
Initially I tried to utilize only a child blueprint but there are a number of bugs with how UE4 handles child blueprints right now. Ultimately I had to settle on recreating the blueprint and functions directly in the BP_PlayerCharacter blueprint.
Comment