Navigation
API > API/Plugins > API/Plugins/TrajectoryTools
| Name | UTrajectoryExportDetails |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/TrajectoryTools/Source/TrajectoryTools/Public/SExportTrajectoriesWindow.h |
| Include Path | #include "SExportTrajectoriesWindow.h" |
Syntax
UCLASS ()
class UTrajectoryExportDetails : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTrajectoryExportDetails
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExportAssetInfo | FTrajectoryExportAssetInfo | Used to create an asset for the trajectory to export its data on to. | SExportTrajectoriesWindow.h |
|
| ExportSettings | FTrajectoryExportSettings | Used to determine how the trajectory will be transformed into a animation sequence | SExportTrajectoriesWindow.h |
|
| NumberOfKeyFrames | int | Number of key frames the animation sequence will have | SExportTrajectoriesWindow.h |
|
| PlayLength | double | Play length of the sequence obtained after backing trajectory | SExportTrajectoriesWindow.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Reset all properties back to default values | SExportTrajectoriesWindow.h |