Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
References
| Module | SequencerAnimTools |
| Header | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/TrajectoryDrawInfo.h |
| Include | #include "TrajectoryDrawInfo.h" |
Syntax
class FTrajectoryDrawInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| TRange< double > | CachedViewRange | ||
| FLinearColor | Color | ||
| FTrajectoryCache * | TrajectoryCache |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTrajectoryDrawInfo
(
const FLinearColor& InColor, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TRange< double > & | |||
| FLinearColor | GetColor () |
||
| FVector | GetPoint
(
double InTime |
||
| void | GetTickPointsForDisplay
(
const FDisplayContext& InDisplayContext, |
||
| void | GetTrajectoryPointsForDisplay
(
const FDisplayContext& InDisplayContext, |
||
| void | SetColor
(
const FLinearColor& InColor |
Optionally implemented methods. |