FBakedAnimationStateMachine::FindTransitionIndex

Find the index of a transition from StateNameFrom to StateNameTo.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimStateMachineTypes.h

Include

#include "Animation/AnimStateMachineTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimStateMachineTypes.cpp

Syntax

int32 FindTransitionIndex
(
    const int32 InStateIdxFrom,
    const int32 InStateIdxTo
) const

Remarks

Find the index of a transition from StateNameFrom to StateNameTo.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss