Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
References
| Module | SequencerAnimTools |
| Header | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/TrailHierarchy.h |
| Include | #include "TrailHierarchy.h" |
Syntax
class FTrailHierarchy
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FGuid, TUniquePtr< FTrail > > | AllTrails | ||
| TRange< double > | EvalRange | ||
| TArray< double > | EvalTimesArr | ||
| TRange< double > | LastEvalRange | ||
| double | LastSecondsPerSegment | ||
| double | SecondsPerSegment | ||
| TMap< FString, FTimespan > | TimingStats | ||
| TRange< double > | ViewRange | ||
| FTrailVisibilityManager | VisibilityManager |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddTrail
(
const FGuid& Key, |
||
| bool | ApplyDelta
(
const FVector& Pos, |
||
| bool | BoxSelect
(
FBox& InBox, |
||
| void | Optionally implemented methods. | ||
| void | |||
| void | Destroy () |
||
| bool | EndTracking () |
||
| bool | FrustumSelect
(
const FConvexVolume& InFrustum, |
||
| const TMap< FGuid, TUniquePtr< FTrail > > & | GetAllTrails () |
||
| FFrameNumber | |||
| FFrameNumber | |||
| ITrailHierarchyRenderer * | GetRenderer () |
||
| double | |||
| double | |||
| TMap< FString, FTimespan > & | |||
| const TMap< FString, FTimespan > & | |||
| const TRange< double > & | GetViewRange () |
||
| FTrailVisibilityManager & | |||
| bool | HandleClick
(
FEditorViewportClient* InViewportClient, |
||
| void | Initialize () |
||
| bool | IsAlwaysVisible
(
const FGuid Key |
||
| bool | IsAnythingSelected
(
FVector& OutVectorPosition |
Get calculated center of all selections into one position, return false if not selected. | |
| bool | Get calculated center of all selections into one position, return false if not selected. | ||
| bool | IsAnythingSelected
(
TArray< FVector >& OutVectorPositions |
Get each selected item's position, return false if not selected. | |
| bool | IsHitByClick
(
HHitProxy* HitProx |
||
| bool | IsSelected
(
const FGuid& Key |
||
| void | OpenContextMenu
(
const FGuid& TrailGuid |
||
| void | RemoveTrail
(
const FGuid& Key |
||
| void | RemoveTrailIfNotAlwaysVisible
(
const FGuid& Key |
||
| void | SelectNone () |
||
| bool | |||
| void | TranslateSelectedKeys
(
bool bRight |
||
| void | Update () |