Navigation
| Name | TakeTrackRecorders |
| Type | Plugin |
| Part of Plugins | Take Recorder |
| Location | /Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/ |
| Module Build Rules | TakeTrackRecorders.Build.cs |
Classes
Structs
| Name | Remarks |
|---|---|
| FBufferedTransformKeys | |
| FPropertyKey | Helper struct for recording properties |
| FTakeRecorderPropertyTrackSettings | |
| FTakeRecorderTrackSettings | |
| FTrackRecorderSettings | Generic track recorder settings used by the track recorders |
Interfaces
| Name | Remarks |
|---|---|
| IMovieSceneTrackPropertyRecorder | Interface for a generic property recorder |
| IMovieSceneTrackRecorderFactory | Factory class interface that allows the recorder to determine what recorders to apply to actors/components/objects it is presented with. |
| IMovieSceneTrackRecorderHost | A class that hosts these track recorders and calls their functions. |