Navigation
API > API/Plugins > API/Plugins/HierarchyTableAnimationRuntime
| Name | FBlendProfileStandaloneCachedData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/HierarchyTableAnimation/Source/Runtime/Public/HierarchyTableBlendProfile.h |
| Include Path | #include "HierarchyTableBlendProfile.h" |
Syntax
USTRUCT ()
struct FBlendProfileStandaloneCachedData
Structs
| Name | Remarks |
|---|---|
| FMaskedAttributeWeight | |
| FNamedFloat |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeBlendWeights | TArray< FMaskedAttributeWeight > | HierarchyTableBlendProfile.h | ||
| BoneBlendWeights | TArray< float > | HierarchyTableBlendProfile.h | ||
| CurveBlendWeights | UE::Anim::TNamedValueArray< FDefaultAllocator, UE::Anim::FCurveElement > | HierarchyTableBlendProfile.h | ||
| Mode | EBlendProfileMode | HierarchyTableBlendProfile.h | ||
| SerializedAttributeBlendWeights | TArray< FMaskedAttributeWeightSerialised > | HierarchyTableBlendProfile.h | ||
| SerializedCurveBlendWeights | TArray< FMaskedCurveWeightSerialised > | HierarchyTableBlendProfile.h | ||
| Skeleton | TObjectPtr< USkeleton > | HierarchyTableBlendProfile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConstructBlendProfile
(
const TObjectPtr< UBlendProfile > OutBlendProfile |
HierarchyTableBlendProfile.h | ||
const TArray< FMaskedAttributeWeight > & GetAttributeBlendWeights() |
HierarchyTableBlendProfile.h | ||
const TArray< float > & GetBoneBlendWeights() |
HierarchyTableBlendProfile.h | ||
const UE::Anim::TNamedValueArray< FDefaultAllocator, UE::Anim::FCurveElement > & GetCurveBlendWeights() |
HierarchyTableBlendProfile.h | ||
TObjectPtr< USkeleton > GetSkeleton() |
HierarchyTableBlendProfile.h | ||
void Init
(
TObjectPtr< UHierarchyTable > InHierarchyTable, |
HierarchyTableBlendProfile.h | ||
bool IsValidBoneIndex
(
const int32 BoneIndex |
HierarchyTableBlendProfile.h | ||
void Reset() |
HierarchyTableBlendProfile.h | ||
void UnpackCachedData() |
HierarchyTableBlendProfile.h |