Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
| Name | FDatabasePreviewActor |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseViewModel.h |
| Include Path | #include "PoseSearchDatabaseViewModel.h" |
Syntax
struct FDatabasePreviewActor
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorPtr | TWeakObjectPtr< AActor > | PoseSearchDatabaseViewModel.h | ||
| ActorRole | FRole | PoseSearchDatabaseViewModel.h | ||
| CurrentPoseIndex | int32 | PoseSearchDatabaseViewModel.h | ||
| CurrentTime | float | PoseSearchDatabaseViewModel.h | ||
| IndexAssetIndex | int32 | PoseSearchDatabaseViewModel.h | ||
| PlayTimeOffset | float | PoseSearchDatabaseViewModel.h | ||
| QuantizedTime | float | PoseSearchDatabaseViewModel.h | ||
| Sampler | FAnimationAssetSampler | PoseSearchDatabaseViewModel.h | ||
| Trajectory | FTransformTrajectory | PoseSearchDatabaseViewModel.h | ||
| TrajectorySpeed | TArray< float > | PoseSearchDatabaseViewModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Destroy() |
PoseSearchDatabaseViewModel.h | ||
const AActor * GetActor() |
PoseSearchDatabaseViewModel.h | ||
const UAnimPreviewInstance * GetAnimPreviewInstance() |
PoseSearchDatabaseViewModel.h | ||
int32 GetCurrentPoseIndex() |
PoseSearchDatabaseViewModel.h | ||
| PoseSearchDatabaseViewModel.h | |||
const UDebugSkelMeshComponent * GetDebugSkelMeshComponent () |
PoseSearchDatabaseViewModel.h | ||
int32 GetIndexAssetIndex() |
PoseSearchDatabaseViewModel.h | ||
float GetPlayTimeOffset() |
PoseSearchDatabaseViewModel.h | ||
const FAnimationAssetSampler & GetSampler() |
PoseSearchDatabaseViewModel.h | ||
bool SpawnPreviewActor
(
UWorld* World, |
PoseSearchDatabaseViewModel.h | ||
void UpdatePreviewActor
(
const UPoseSearchDatabase* PoseSearchDatabase, |
PoseSearchDatabaseViewModel.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool DrawPreviewActors
(
TConstArrayView< FDatabasePreviewActor > PreviewActors, |
PoseSearchDatabaseViewModel.h |