![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 IAnimNotifyEventContextDataInterface > | MakeEventContextData () const |
| virtual TUniquePtr< const IAnimNotifyEventContextDataInterface > | MakeUniqueEventContextData () 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 () |
| UE::Anim::FAnimBlendDebugScope::FAnimBlendDebugScope | ( | const FAnimationBaseContext & | InContext, |
| const int32 & | InBlendIndex = INDEX_NONE, |
||
| const int32 & | InNumBlends = 0, |
||
| const FColor & | InDebugColor = FColor::Black |
||
| ) |
| int32 UE::Anim::FAnimBlendDebugScope::BlendIndex = INDEX_NONE |
| FColor UE::Anim::FAnimBlendDebugScope::DebugColor = FColor::Black |
| int32 UE::Anim::FAnimBlendDebugScope::NumBlends = 0 |