Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- TSharedFromThis
- FGCObject
- FDatabaseViewModel
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseViewModel.h |
| Include | #include "PoseSearchDatabaseViewModel.h" |
Syntax
class FDatabaseViewModel :
public TSharedFromThis< FDatabaseViewModel > ,
public FGCObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAnimCompositeToDatabase
(
UAnimComposite* AnimComposite |
||
| void | AddAnimMontageToDatabase
(
UAnimMontage* AnimMontage |
||
| void | AddBlendSpaceToDatabase
(
UBlendSpace* BlendSpace |
||
| void | AddMultiAnimAssetToDatabase
(
UMultiAnimAsset* MultiAnimAsset |
||
| void | AddSequenceToDatabase
(
UAnimSequence* AnimSequence |
||
| void | |||
| bool | DeleteFromDatabase
(
int32 AnimationAssetIndex |
||
| bool | GetAnimationTime
(
int32 SourceAssetIdx, |
||
| EPoseSearchMirrorOption | GetMirrorOption
(
int32 AnimationAssetIndex |
||
| float | GetPlayTime () |
||
| const UPoseSearchDatabase * | |||
| UPoseSearchDatabase * | |||
| const TArray< TArray< FDatabasePreviewActor > > & | |||
| TArray< TArray< FDatabasePreviewActor > > & | |||
| TRange< double > | |||
| TConstArrayView< float > | |||
| const FSearchIndexAsset * | |||
| void | Initialize
(
UPoseSearchDatabase* InPoseSearchDatabase, |
||
| bool | IsDisableReselection
(
int32 AnimationAssetIndex |
||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | PreviewPause () |
||
| void | ProcessSelectedActor
(
AActor* Actor |
||
| void | |||
| bool | SetAnimationAsset
(
int32 AnimationAssetIndex, |
||
| void | SetDisableReselection
(
int32 AnimationAssetIndex, |
||
| void | SetDrawQueryVector
(
bool bValue |
||
| void | SetIsEnabled
(
int32 AnimationAssetIndex, |
||
| void | SetMirrorOption
(
int32 AnimationAssetIndex, |
||
| void | SetPlayTime
(
float NewPlayTime, |
||
| int32 | SetSelectedNode
(
int32 PoseIdx, |
||
| void | SetSelectedNodes
(
const TArrayView< TSharedPtr< FDatabaseAssetTreeNode > >& InSelectedNodes |
||
| bool | |||
| void | Tick
(
float DeltaSeconds |
||
| void | |||
| void | |||
| void | |||
| void |
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 |