![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimNode_BlendListByBool.h>
Inheritance diagram for FAnimNode_BlendListByBool:Protected Member Functions | |
| virtual ANIMGRAPHRUNTIME_API int32 | GetActiveChildIndex () override |
| virtual FString | GetNodeName (FNodeDebugData &DebugData) override |
| virtual ANIMGRAPHRUNTIME_API UBlendProfile * | GetBlendProfile () const override |
Protected Member Functions inherited from FAnimNode_BlendListBase | |
| ANIMGRAPHRUNTIME_API void | Initialize () |
| void | InitializePerBoneData () |
| void | SetCurrentBlendProfile (UBlendProfile *NewBlendProfile) |
Protected Member Functions inherited from FAnimNode_Base | |
| template<typename DataType > | |
| const DataType & | GetData (UE::Anim::FNodeDataId InId, const UObject *InObject=nullptr) const |
| template<typename DataType > | |
| DataType * | GetInstanceDataPtr (UE::Anim::FNodeDataId InId, UObject *InObject=nullptr) |
| ENGINE_API bool | IsLODEnabled (FAnimInstanceProxy *AnimInstanceProxy) |
| virtual int32 | GetLODThreshold () const |
| virtual ENGINE_API void | OnInitializeAnimInstance (const FAnimInstanceProxy *InProxy, const UAnimInstance *InAnimInstance) |
Additional Inherited Members | |
Protected Attributes inherited from FAnimNode_BlendListBase | |
| TArray< FPoseLink > | BlendPose |
| TArray< FBlendData > | PerBlendData |
| TArray< FBlendSampleData > | PerBoneSampleData |
| int32 | LastActiveChildIndex = 0 |
| UBlendProfile * | CurrentBlendProfile = nullptr |
|
default |
|
overrideprotectedvirtual |
Reimplemented from FAnimNode_BlendListBase.
| bool FAnimNode_BlendListByBool::GetActiveValue | ( | ) | const |
|
overrideprotectedvirtual |
Reimplemented from FAnimNode_BlendListBase.
| UBlendProfile * FAnimNode_BlendListByBool::GetBlendProfileForFalse | ( | ) | const |
|
inlineoverrideprotectedvirtual |
Reimplemented from FAnimNode_BlendListBase.
| bool FAnimNode_BlendListByBool::GetUseSeperateBlendProfiles | ( | ) | const |