Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNode_StateMachine
Description
Finds the highest priority valid transition, information pass via the OutPotentialTransition variable. OutVisitedStateIndices will let you know what states were checked, but is also used to make sure we don't get stuck in an infinite loop or recheck states
| Name | FindValidTransition |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_StateMachine.h |
| Include Path | #include "Animation/AnimNode_StateMachine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNode_StateMachine.cpp |
bool FindValidTransition
(
const FAnimationUpdateContext & Context,
const FBakedAnimationState & StateInfo,
FAnimationPotentialTransition & OutPotentialTransition,
TArray < int32, TInlineAllocator< 4 > > & OutVisitedStateIndices
)