Skip to content

Commit

Permalink
fix missing pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Jun 6, 2019
1 parent ffae72e commit a7ad8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified Binaries/Win64/UE4Editor-PBCharacterMovement.dll
Binary file not shown.
Binary file modified Binaries/Win64/UE4Editor-PBCharacterMovement.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ APBPlayerCharacter::APBPlayerCharacter(const FObjectInitializer& ObjectInitializ

// Camera eye level
BaseEyeHeight = 53.34f;

// get pointer to movement component
MovementPtr = Cast<UPBPlayerMovement>(ACharacter::GetMovementComponent());
}

void APBPlayerCharacter::BeginPlay()
Expand Down

0 comments on commit a7ad8fc

Please sign in to comment.