FNativeStateBinding

Binding allowing native notification of state changes

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimInstance.h"

Syntax

struct FNativeStateBinding

Remarks

Binding allowing native notification of state changes

Variables

Name Description

Public variable

FName

 

BindingName

Name of this binding

Public variable

FName

 

MachineName

State machine to bind to

Public variable

FOnGraphStateCh...

 

NativeStateDelegate

Delegate to use when checking transition

Public variable

FName

 

StateName

State to bind to

Constructors

Name Description

Public function

FNativeStateBinding

(
    const FName& InMachineName,
    const FName& InStateName,
    const FOnGraphStateChanged& InNati...,
    const FName& InBindingName
)

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