Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
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
| Type | Name | Description | |
|---|---|---|---|
| FName | BindingName | Name of this binding | |
| FName | MachineName | State machine to bind to | |
| FOnGraphStateChanged | NativeStateDelegate | Delegate to use when checking transition | |
| FName | StateName | State to bind to |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNativeStateBinding
(
const FName& InMachineName, |