FindTransitionIndex

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

int32

 

FindTransitionIndex

(
    const FName& InStateNameFrom,
    const FName& InStateNameTo
)

Find the index of a transition from StateNameFrom to StateNameTo.

Public function Const

int32

 

FindTransitionIndex

(
    const int32 InStateIdxFrom,
    const int32 InStateIdxTo
)

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