Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FAnimationAssetSamplers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExtractPose
(
float Time, |
PoseSearch/PoseSearchAssetIndexer.h | ||
void ExtractPose
(
float Time, |
PoseSearch/PoseSearchAssetIndexer.h |
ExtractPose(float, FCompactPose &, int32)
| Name | ExtractPose |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchAssetIndexer.h |
| Include Path | #include "PoseSearch/PoseSearchAssetIndexer.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchAssetIndexer.cpp |
void ExtractPose
(
float Time,
FCompactPose & OutPose,
int32 RoleIndex
) const
ExtractPose(float, FCompactPose &, FBlendedCurve &, int32)
| Name | ExtractPose |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchAssetIndexer.h |
| Include Path | #include "PoseSearch/PoseSearchAssetIndexer.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchAssetIndexer.cpp |
void ExtractPose
(
float Time,
FCompactPose & OutPose,
FBlendedCurve & OutCurve,
int32 RoleIndex
) const