Made CanBeHitByTeam Blueprint callable
Signed-off-by: TjgL <lithmoneo@gmail.com>
This commit is contained in:
parent
e0ef7bfd21
commit
73361b6e42
@ -27,6 +27,8 @@ public:
|
||||
void OnHitSimple(float const Damage, FVector const Origin, const FHitResult& Hit);
|
||||
|
||||
void SetHealthComponent(ULMHealthComponent* NewHealthComponent) { HealthComponent = NewHealthComponent; }
|
||||
|
||||
UFUNCTION(BlueprintCallable, Category=Legumix)
|
||||
bool CanBeHitByTeam(ETeam Team) const;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user