Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- TSharedFromThis
- FGCObject
- FDatabaseViewModel
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseViewModel.h |
| Include | #include "PoseSearchDatabaseViewModel.h" |
Syntax
class FDatabaseViewModel :
public TSharedFromThis< FDatabaseViewModel >,
public FGCObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAnimCompositeToDatabase
(
UAnimComposite* AnimComposite |
||
| void | AddAnimMontageToDatabase
(
UAnimMontage* AnimMontage |
||
| void | AddBlendSpaceToDatabase
(
UBlendSpace* BlendSpace |
||
| void | AddSequenceToDatabase
(
UAnimSequence* AnimSequence |
||
| void | |||
| void | DeleteFromDatabase
(
int32 AnimationAssetIndex |
||
| bool | GetAnimationTime
(
int32 SourceAssetIdx, |
||
| float | GetPlayTime () |
||
| UPoseSearchDatabase * | |||
| TArray< FDatabasePreviewActor > & | |||
| const TArray< FDatabasePreviewActor > & | |||
| TRange< double > | |||
| TConstArrayView< float > | |||
| const FSearchIndexAsset * | |||
| void | Initialize
(
UPoseSearchDatabase* InPoseSearchDatabase, |
||
| bool | IsAnimationPreviewMode
(
EAnimationPreviewMode PreviewMode |
||
| bool | |||
| bool | |||
| bool | IsEnabled
(
int32 AnimationAssetIndex |
||
| bool | IsPoseFeaturesDrawMode
(
EFeaturesDrawMode DrawMode |
||
| bool | |||
| bool | IsShowBones () |
||
| void | |||
| void | OnSetAnimationPreviewMode
(
EAnimationPreviewMode PreviewMode |
||
| void | OnSetPoseFeaturesDrawMode
(
EFeaturesDrawMode DrawMode |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | PreviewPause () |
||
| void | ProcessSelectedActor
(
AActor* Actor |
||
| void | |||
| void | SetDrawQueryVector
(
bool bValue |
||
| void | SetIsEnabled
(
int32 AnimationAssetIndex, |
||
| void | SetPlayTime
(
float NewPlayTime, |
||
| int32 | SetSelectedNode
(
int32 PoseIdx, |
||
| void | SetSelectedNodes
(
const TArrayView< TSharedPtr< FDatabaseAssetTreeNode >>& InSelectedNodes |
||
| bool | |||
| void | Tick
(
float DeltaSeconds |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |