Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- TSharedFromThis
- FGCObject
- FInteractionAssetViewModel
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/PoseSearchInteractionAssetEditor.h |
| Include | #include "PoseSearchInteractionAssetEditor.h" |
Syntax
class FInteractionAssetViewModel :
public TSharedFromThis< FInteractionAssetViewModel > ,
public FGCObject
Remarks
Experimental, this feature might be removed without warning, not for production use.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UPoseSearchInteractionAsset * | |||
| float | GetPlayTime () |
||
| const TArray< FInteractionAssetPreviewActor > & | |||
| TArray< FInteractionAssetPreviewActor > & | |||
| TRange< double > | |||
| void | Initialize
(
UPoseSearchInteractionAsset* InteractionAsset, |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | PreviewPause () |
||
| void | |||
| void | SetPlayTime
(
float NewPlayTime, |
||
| void | SetPreviewProperties
(
float AnimAssetTime, |
||
| 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 |