UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Anim::FAnimBlendDebugScope Class Reference

#include <AnimBlendDebugScope.h>

+ Inheritance diagram for UE::Anim::FAnimBlendDebugScope:

Public Member Functions

ENGINE_API FAnimBlendDebugScope (const FAnimationBaseContext &InContext, const int32 &InBlendIndex=INDEX_NONE, const int32 &InNumBlends=0, const FColor &InDebugColor=FColor::Black)
 
- Public Member Functions inherited from UE::Anim::IGraphMessage
virtual ~IGraphMessage ()=default
 
virtual FName GetTypeName () const =0
 
template<typename Type >
bool Is () const
 
template<typename Type >
const Type & As () const
 
template<typename Type >
Type & As ()
 
virtual TSharedPtr< const IAnimNotifyEventContextDataInterfaceMakeEventContextData () const
 
virtual TUniquePtr< const IAnimNotifyEventContextDataInterfaceMakeUniqueEventContextData () const
 

Public Attributes

int32 BlendIndex = INDEX_NONE
 
int32 NumBlends = 0
 
FColor DebugColor = FColor::Black
 

Additional Inherited Members

- Static Public Member Functions inherited from UE::Anim::IGraphMessage
static FName GetStaticTypeName ()
 

Constructor & Destructor Documentation

◆ FAnimBlendDebugScope()

UE::Anim::FAnimBlendDebugScope::FAnimBlendDebugScope ( const FAnimationBaseContext InContext,
const int32 InBlendIndex = INDEX_NONE,
const int32 InNumBlends = 0,
const FColor InDebugColor = FColor::Black 
)

Member Data Documentation

◆ BlendIndex

int32 UE::Anim::FAnimBlendDebugScope::BlendIndex = INDEX_NONE

◆ DebugColor

FColor UE::Anim::FAnimBlendDebugScope::DebugColor = FColor::Black

◆ NumBlends

int32 UE::Anim::FAnimBlendDebugScope::NumBlends = 0

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