Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Animation/MotionTrajectoryTypes.h |
Include |
#include "Animation/MotionTrajectoryTypes.h" |
struct FTrajectorySampleRange
A container of ordered trajectory samples and associated sampling rate.
Name | Description | |
---|---|---|
|
FTrajectorySampleRange() |
Constructors. |
|
FTrajectorySampleRange ( |
Name | Description | ||
---|---|---|---|
|
DebugDrawTrajectory ( |
Debug draw in-world trajectory samples and optional corresponding information. |
|
|
HasOnlyZeroSamples() |
Determine if all trajectory samples are default values. |
|
|
HasSamples() |
Determine if any trajectory samples are present. |
|
|
FTrajectoryS... |
IterSampleTrajectory ( |
Iterator for precise subsampling of the trajectory. |
|
RemoveHistory() |
Removes history samples from trajectory (retains present and future) |
Name |
Description |
---|---|
DebugDefaultArrowScale |
|
DebugDefaultArrowSize |
|
DebugDefaultArrowThickness |
|
DebugDefaultHistoryColor |
|
DebugDefaultPredictionColor |
Debug rendering contants. |