From ea8e26e77dc56e1e398763b51ee23f9f99465725 Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Mon, 29 Jan 2024 20:37:42 -0500 Subject: [PATCH] Expose GoTo State to blueprints --- Source/UnrealFightingFramework/State/FFStateMachineComponent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/UnrealFightingFramework/State/FFStateMachineComponent.h b/Source/UnrealFightingFramework/State/FFStateMachineComponent.h index a379c63..f122ec7 100644 --- a/Source/UnrealFightingFramework/State/FFStateMachineComponent.h +++ b/Source/UnrealFightingFramework/State/FFStateMachineComponent.h @@ -75,6 +75,7 @@ public: * * TODO: document StateFinishReason */ + UFUNCTION(BlueprintCallable) void GoToState(FName NewStateName, EFFStateFinishReason StateFinishReason); /**