![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FMultiBlendData:Public Attributes | |
| TArray< FCompactPose, TInlineAllocator< 8 > > | SourcePoses |
| TArray< float, TInlineAllocator< 8 > > | SourceWeights |
| TArray< FBlendedCurve, TInlineAllocator< 8 > > | SourceCurves |
| TArray< UE::Anim::FStackAttributeContainer, TInlineAllocator< 8 > > | SourceAttributes |
Additional Inherited Members | |
Public Member Functions inherited from FTlsAutoCleanup | |
| virtual | ~FTlsAutoCleanup () |
| CORE_API void | Register () |
Static Public Member Functions inherited from TThreadSingleton< FMultiBlendData > | |
| static FORCEINLINE FMultiBlendData & | Get () |
| static FORCEINLINE FMultiBlendData & | Get (TFunctionRef< FTlsAutoCleanup *()> CreateInstance) |
| static FORCEINLINE FMultiBlendData * | TryGet () |
| static FORCEINLINE FMultiBlendData * | Inject (FMultiBlendData *Instance) |
Protected Member Functions inherited from TThreadSingleton< FMultiBlendData > | |
| TThreadSingleton () | |
| virtual | ~TThreadSingleton () |
Static Protected Member Functions inherited from TThreadSingleton< FMultiBlendData > | |
| static FTlsAutoCleanup * | CreateInstance () |
Protected Attributes inherited from TThreadSingleton< FMultiBlendData > | |
| const uint32 | ThreadId |
| TArray<UE::Anim::FStackAttributeContainer, TInlineAllocator<8> > FMultiBlendData::SourceAttributes |
| TArray<FBlendedCurve, TInlineAllocator<8> > FMultiBlendData::SourceCurves |
| TArray<FCompactPose, TInlineAllocator<8> > FMultiBlendData::SourcePoses |
| TArray<float, TInlineAllocator<8> > FMultiBlendData::SourceWeights |