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
UCLASS (Config=EditorPerProjectUserSettings)
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 | Whether or not to lock the marks to the frames | |
| bool | bShowFrameNumber | Whether or not to show frame numbers for the keys on the motion trail | |
| bool | bShowFullTrail | Whether or not to show the full motion trail | |
| bool | bShowKeys | Whether or not to show keys on the motion trail | |
| bool | bShowMarks | Whether or not to show marks along the motion trail | |
| bool | bShowTrails | Whether or not to show motion trails | |
| int32 | EvalsPerFrame | No longer exposed and clamped to 1 The number of evaluations per frame | |
| int32 | FramesAfter | The number of frames to draw after the end of the trail. Requires not showing the full trail | |
| int32 | FramesBefore | The number of frames to draw before the start of the trail. Requires not showing the full trail | |
| FLinearColor | KeyColor | The color of the keys | |
| double | KeySize | The size of the keys | |
| FLinearColor | MarkColor | The color of the marks | |
| double | MarkSize | The size of the marks | |
| FOnDisplayPropertyChanged | OnDisplayPropertyChanged | ||
| double | SecondsPerMark | The seconds per mark | |
| FLinearColor | TrailColor | The color of the motion trail | |
| float | TrailThickness | The thickness of the motion trail |
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 |