Navigation
API > API/Plugins > API/Plugins/UAF
An asset to define how a blend should be applied in a transition with per-bone controls.
| Name | UUAFBlendProfile |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/BlendProfile/UAFBlendProfile.h |
| Include Path | #include "UAF/BlendProfile/UAFBlendProfile.h" |
Syntax
UCLASS (MinimalAPI, EditInlineNew, BlueprintType)
class UUAFBlendProfile : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUAFBlendProfile
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FSkeletonAttributeWeightArray | TArray< FBlendProfileStandaloneCachedData::FMaskedAttributeWeight > | UAF/BlendProfile/UAFBlendProfile.h | |
| FSkeletonBoneWeightArray | TArray< float > | UAF/BlendProfile/UAFBlendProfile.h | |
| FSkeletonCurveWeightArray | UE::Anim::TNamedValueArray< FDefaultAllocator, UE::Anim::FCurveElement > | UAF/BlendProfile/UAFBlendProfile.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedBlendProfileData | FBlendProfileStandaloneCachedData | The flattened version of the table data for use at runtime instead of, slowly traversing the table tree. | UAF/BlendProfile/UAFBlendProfile.h | |
| Skeleton | TObjectPtr< USkeleton > | UAF/BlendProfile/UAFBlendProfile.h |
|
|
| Table | TObjectPtr< UHierarchyTable > | UAF/BlendProfile/UAFBlendProfile.h | ||
| Type | EUAFBlendProfileType | UAF/BlendProfile/UAFBlendProfile.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Similar to GetType but returns the value in terms of the engine blend profile mode. | UAF/BlendProfile/UAFBlendProfile.h | ||
TObjectPtr< USkeleton > GetSkeleton() |
UAF/BlendProfile/UAFBlendProfile.h | ||
const FSkeletonAttributeWeightArray & GetSkeletonAttributeWeights() |
UAF/BlendProfile/UAFBlendProfile.h | ||
const FSkeletonBoneWeightArray & GetSkeletonBoneWeights() |
UAF/BlendProfile/UAFBlendProfile.h | ||
const FSkeletonCurveWeightArray & GetSkeletonCurveWeights() |
UAF/BlendProfile/UAFBlendProfile.h | ||
EUAFBlendProfileType GetType() |
Returns whether this blend profile is a time-based or weight-based time profile. | UAF/BlendProfile/UAFBlendProfile.h | |
void UpdateCachedData() |
UAF/BlendProfile/UAFBlendProfile.h | ||
void UpdateHierarchy() |
UAF/BlendProfile/UAFBlendProfile.h |
Public Virtual
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
UAF/BlendProfile/UAFBlendProfile.h | ||
virtual void GetAssetRegistryTags
(
FAssetRegistryTagsContext Context |
UAF/BlendProfile/UAFBlendProfile.h | ||
virtual void PostLoad() |
Begin UObject. | UAF/BlendProfile/UAFBlendProfile.h | |
virtual void PreSave
(
FObjectPreSaveContext ObjectSaveContext |
UAF/BlendProfile/UAFBlendProfile.h |