You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
PR #9910: Create Setter for auto start property for state tree (Contributed by Duroxxigar)
#rb Mikko.Mononen #preflight 639af82535203bc7aa4c030a [CL 23531355 by Duroxxigar in ue5-main branch]
This commit is contained in:
+5
@@ -322,6 +322,11 @@ void UStateTreeComponent::OnGameplayTaskInitialized(UGameplayTask& Task)
|
||||
}
|
||||
}
|
||||
|
||||
void UStateTreeComponent::SetStartLogicAutomatically(const bool bInStartLogicAutomatically)
|
||||
{
|
||||
bStartLogicAutomatically = bInStartLogicAutomatically;
|
||||
}
|
||||
|
||||
void UStateTreeComponent::SendStateTreeEvent(const FStateTreeEvent& Event)
|
||||
{
|
||||
SendStateTreeEvent(Event.Tag, Event.Payload, Event.Origin);
|
||||
|
||||
Reference in New Issue
Block a user