[박치영] Inline 관련 수정 및 빌드 시 에러 수정
parent
943dcbec31
commit
020aa67ad4
|
@ -77,6 +77,9 @@ DerivedDataCache/*
|
|||
# Art Resource Folder
|
||||
/Content/D1Art/*
|
||||
|
||||
# Build
|
||||
Windows/*
|
||||
|
||||
#Rider
|
||||
.idea/
|
||||
# Default ignored files
|
||||
|
|
Binary file not shown.
|
@ -52,9 +52,10 @@ public:
|
|||
FORCEINLINE void SetGameplayTagsIgnore(FGameplayTagContainer& InputGameplayTagContainer) { GameplayTagsIgnore = InputGameplayTagContainer; }
|
||||
public:
|
||||
UFUNCTION(BlueprintCallable)
|
||||
FORCEINLINE void ActivateCollision();
|
||||
void ActivateCollision();
|
||||
UFUNCTION(BlueprintCallable)
|
||||
FORCEINLINE void DeactivateCollision() { bCollisionEnabled = false; }
|
||||
|
||||
bool IsCollisionEnabled() { return bCollisionEnabled; }
|
||||
bool CanHitActor(AActor* InActor);
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue