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 FNativeTransitionBinding
Remarks
Binding allowing native transition rule evaluation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | MachineName | State machine to bind to | |
| FCanTakeTransition | NativeTransitionDelegate | Delegate to use when checking transition | |
| FName | NextStateName | Next state the transition goes to | |
| FName | PreviousStateName | Previous state the transition comes from | |
| FName | TransitionName | Name of this transition rule |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNativeTransitionBinding
(
const FName& InMachineName, |