Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FPoseSearchTrajectoryData
| |
|
| Name |
FSampling |
| Type |
struct |
| Header File |
/Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchTrajectoryLibrary.h |
| Include Path |
#include "PoseSearch/PoseSearchTrajectoryLibrary.h" |
Syntax
struct FSampling
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NumHistorySamples |
int32 |
|
PoseSearch/PoseSearchTrajectoryLibrary.h |
|
| NumPredictionSamples |
int32 |
|
PoseSearch/PoseSearchTrajectoryLibrary.h |
|
| SecondsPerHistorySample |
float |
If SecondsPerHistorySample <= 0, then we collect every update |
PoseSearch/PoseSearchTrajectoryLibrary.h |
|
| SecondsPerPredictionSample |
float |
|
PoseSearch/PoseSearchTrajectoryLibrary.h |
|