Navigation
API > API/Plugins > API/Plugins/PoseSearch
An entry in a UPoseSearchDatabase.
| Name | FPoseSearchDatabaseAnimComposite |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchDatabase.h |
| Include Path | #include "PoseSearch/PoseSearchDatabase.h" |
Syntax
USTRUCT (BlueprintType , Category="Animation|Pose Search")
struct FPoseSearchDatabaseAnimComposite : public FPoseSearchDatabaseAnimationAssetBase
Inheritance Hierarchy
- FPoseSearchDatabaseAnimationAssetBase → FPoseSearchDatabaseAnimComposite
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPoseSearchDatabaseAnimComposite() |
PoseSearch/PoseSearchDatabase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimComposite | TObjectPtr< UAnimComposite > | PoseSearch/PoseSearchDatabase.h |
|
|
| SamplingRange | FFloatInterval | It allows users to set a time range to an individual animation composite in the database. | PoseSearch/PoseSearchDatabase.h |
|
Functions
Public
Overridden from FPoseSearchDatabaseAnimationAssetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * GetAnimationAsset() |
PoseSearch/PoseSearchDatabase.h | ||
virtual UClass * GetAnimationAssetStaticClass() |
PoseSearch/PoseSearchDatabase.h | ||
virtual FFloatInterval GetSamplingRange() |
[0, 0] represents the entire frame range of the original animation. | PoseSearch/PoseSearchDatabase.h | |
virtual bool IsLooping() |
PoseSearch/PoseSearchDatabase.h | ||
virtual bool IsRootMotionEnabled() |
PoseSearch/PoseSearchDatabase.h | ||
virtual void SetSamplingRange
(
const FFloatInterval& NewRange |
PoseSearch/PoseSearchDatabase.h |