Navigation
API > API/Plugins > API/Plugins/TakeTrackRecorders
| |
|
| Name |
UMovieScenePropertyTrackRecorder |
| Type |
class |
| Header File |
/Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/MovieScenePropertyTrackRecorder.h |
| Include Path |
#include "TrackRecorders/MovieScenePropertyTrackRecorder.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMovieScenePropertyTrackRecorder : public UMovieSceneTrackRecorder
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Directory |
FString |
Cached Directory Name for serialization, used later when we create the PropertyRecorder |
TrackRecorders/MovieScenePropertyTrackRecorder.h |
|
| PropertyRecorder |
TSharedPtr< class IMovieSceneTrackPropertyRecorder > |
The property recorder for the specific property that we are recording. |
TrackRecorders/MovieScenePropertyTrackRecorder.h |
|
| PropertyToRecord |
FName |
Name of the specific property that we want to record. |
TrackRecorders/MovieScenePropertyTrackRecorder.h |
|
Functions