Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/Tools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMotionTrailToolOptions
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/Tools/MotionTrailOptions.h |
| Include | #include "Tools/MotionTrailOptions.h" |
Syntax
class UMotionTrailToolOptions : public UObject
Remarks
TODO: option to make tick size proportional to distance from camera to get a sense of perspective and scale.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLockMarksToFrames | ||
| bool | bShowFrameNumber | ||
| bool | bShowFullTrail | ||
| bool | bShowKeys | ||
| bool | bShowMarks | ||
| bool | bShowTrails | ||
| int32 | EvalsPerFrame | ||
| int32 | FramesAfter | ||
| int32 | FramesBefore | ||
| FLinearColor | KeyColor | ||
| double | KeySize | ||
| FLinearColor | MarkColor | ||
| double | MarkSize | ||
| FOnDisplayPropertyChanged | OnDisplayPropertyChanged | ||
| double | SecondsPerMark | ||
| FLinearColor | TrailColor | ||
| float | TrailThickness |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMotionTrailToolOptions * |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Typedefs
| Name | Description |
|---|---|
| FOnDisplayPropertyChanged |