UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimationState Struct Reference

#include <AnimStateMachineTypes.h>

+ Inheritance diagram for FAnimationState:

Public Member Functions

 FAnimationState ()
 
- Public Member Functions inherited from FAnimationStateBase
 FAnimationStateBase ()
 

Public Attributes

TArray< FAnimationTransitionRuleTransitions
 
int32 StateRootNodeIndex
 
int32 StartNotify
 
int32 EndNotify
 
int32 FullyBlendedNotify
 
- Public Attributes inherited from FAnimationStateBase
FName StateName
 

Constructor & Destructor Documentation

◆ FAnimationState()

FAnimationState::FAnimationState ( )
inline

Member Data Documentation

◆ EndNotify

int32 FAnimationState::EndNotify

◆ FullyBlendedNotify

int32 FAnimationState::FullyBlendedNotify

◆ StartNotify

int32 FAnimationState::StartNotify

◆ StateRootNodeIndex

int32 FAnimationState::StateRootNodeIndex

◆ Transitions

TArray<FAnimationTransitionRule> FAnimationState::Transitions

The documentation for this struct was generated from the following file: