Navigation
API > API/Plugins > API/Plugins/TakeTrackRecorders > API/Plugins/TakeTrackRecorders/TrackRecorders
Inheritance Hierarchy
- UObject
- UMovieSceneTrackRecorder
- UMovieScenePropertyTrackRecorder
References
| Module | TakeTrackRecorders |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/MovieScenePropertyTrackRecorder.h |
| Include | #include "TrackRecorders/MovieScenePropertyTrackRecorder.h" |
Syntax
UCLASS (BlueprintType)
class UMovieScenePropertyTrackRecorder : public UMovieSceneTrackRecorder
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Directory | Cached Directory Name for serialization, used later when we create the PropertyRecorder | |
| TSharedPtr< class IMovieSceneTrackPropertyRecorder > | PropertyRecorder | The property recorder for the specific property that we are recording. | |
| FName | PropertyToRecord | Name of the specific property that we want to record. |
Overridden from UMovieSceneTrackRecorder
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| bool | LoadRecordedFile
(
const FString& InFileName, |
Load the recorded file and create a section | |
| void | RecordSampleImpl
(
const FQualifiedFrameTime& CurrentTime |
||
| void | SetSavedRecordingDirectory
(
const FString& InDirectory |
Set the directory where the recorded values are saved | |
| void | SetSectionStartTimecodeImpl
(
const FTimecode& InSectionStartTimecode, |