Checking everything in
This commit is contained in:
@@ -167,7 +167,8 @@ public:
|
||||
static void GetCurrentAnimation(AActor *target, FlxAnimationStep &step);
|
||||
|
||||
UFUNCTION(BlueprintCallable, Meta = (DefaultToSelf = "target"), Category = Luprex)
|
||||
static void FinishedAnimation(AActor *target, const FlxAnimationStep &step);
|
||||
static void FinishedAnimation(AActor *target, const FlxAnimationStep &step,
|
||||
bool AutoUpdateXYZ = true, bool AutoUpdateFacing = true, bool AutoUpdatePlane = true);
|
||||
|
||||
UFUNCTION(BlueprintCallable, Meta = (DefaultToSelf = "target"), Category = Luprex)
|
||||
static FString GetTangiblePlane(AActor* target);
|
||||
|
||||
Reference in New Issue
Block a user