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

#include <AnimBlueprintGeneratedClass.h>

Classes

struct  FStateAliasTransitionStateIndexPair
 

Public Member Functions

 FStateMachineDebugData ()
 
ENGINE_API UEdGraphNodeFindNodeFromStateIndex (int32 StateIndex) const
 
ENGINE_API UEdGraphNodeFindNodeFromTransitionIndex (int32 TransitionIndex) const
 

Public Attributes

TMap< TWeakObjectPtr< UEdGraphNode >, int32NodeToStateIndex
 
TMap< int32, TWeakObjectPtr< UAnimStateNodeBase > > StateIndexToNode
 
TMultiMap< TWeakObjectPtr< UEdGraphNode >, int32NodeToTransitionIndex
 
TMultiMap< TWeakObjectPtr< UAnimStateAliasNode >, FStateAliasTransitionStateIndexPairStateAliasNodeToTransitionStatePairs
 
TWeakObjectPtr< UAnimGraphNode_StateMachineBaseMachineInstanceNode
 
int32 MachineIndex
 

Constructor & Destructor Documentation

◆ FStateMachineDebugData()

FStateMachineDebugData::FStateMachineDebugData ( )
inline

Member Function Documentation

◆ FindNodeFromStateIndex()

UEdGraphNode * FStateMachineDebugData::FindNodeFromStateIndex ( int32  StateIndex) const

◆ FindNodeFromTransitionIndex()

UEdGraphNode * FStateMachineDebugData::FindNodeFromTransitionIndex ( int32  TransitionIndex) const

Member Data Documentation

◆ MachineIndex

int32 FStateMachineDebugData::MachineIndex

◆ MachineInstanceNode

TWeakObjectPtr<UAnimGraphNode_StateMachineBase> FStateMachineDebugData::MachineInstanceNode

◆ NodeToStateIndex

TMap<TWeakObjectPtr<UEdGraphNode>, int32> FStateMachineDebugData::NodeToStateIndex

◆ NodeToTransitionIndex

TMultiMap<TWeakObjectPtr<UEdGraphNode>, int32> FStateMachineDebugData::NodeToTransitionIndex

◆ StateAliasNodeToTransitionStatePairs

TMultiMap<TWeakObjectPtr<UAnimStateAliasNode>, FStateAliasTransitionStateIndexPair> FStateMachineDebugData::StateAliasNodeToTransitionStatePairs

◆ StateIndexToNode

TMap<int32, TWeakObjectPtr<UAnimStateNodeBase> > FStateMachineDebugData::StateIndexToNode

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