Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_StateResult
Syntax
FMemberReference StateExitFunction
Remarks
Function called when the owning state is exited, meaning it stops being the state machine's current state.
Notes:
- This will not be called if the state machine node loses relevancy. Please use "On State Interrupt" for that case.