FAnimInstanceProxy::AddNativeTransitionBinding

Sets up a native transition delegate between states with PrevStateName and NextStateName, in the state machine with name MachineName.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h

Include

#include "Animation/AnimInstanceProxy.h"

Source

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

Syntax

void AddNativeTransitionBinding
(
    const FName & MachineName,
    const FName & PrevStateName,
    const FName & NextStateName,
    const FCanTakeTransition & NativeTransitionDelegate,
    const FName & TransitionName
)

Remarks

Sets up a native transition delegate between states with PrevStateName and NextStateName, in the state machine with name MachineName. Note that a transition already has to exist for this to succeed

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