Skip to content

Commit

Permalink
Merge pull request #38 from narukimato/patch-1
Browse files Browse the repository at this point in the history
Fix build for UE5.1
  • Loading branch information
mastercoms authored Apr 23, 2023
2 parents 696fa03 + cd85517 commit 0c2a9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION >= 1
#include "Engine/DamageEvents.h"
#include "GameFramework/DamageType.h"
#endif

#include "Components/CapsuleComponent.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class PBCHARACTERMOVEMENT_API UPBPlayerMovement : public UCharacterMovementCompo
}

/** Is this player on a ladder? */
UFUNCTION(BlueprintCallable)
UFUNCTION(BlueprintCallable, Category = Gameplay)
bool IsOnLadder() const
{
return bOnLadder;
Expand Down

0 comments on commit 0c2a9be

Please sign in to comment.