Navigation
API > API/Plugins > API/Plugins/TakeTrackRecorders > API/Plugins/TakeTrackRecorders/TrackRecorders > API/Plugins/TakeTrackRecorders/TrackRecorders/UMovieSceneAnima-
Syntax
UPROPERTY (Config, EditAnywhere, BlueprintReadWrite, Category="Animation Recorder Settings")
FString AnimationSubDirectory
Remarks
The name of the subdirectory animations will be placed in. Leave this empty to place into the same directory as the sequence base path. Supports any of the following format specifiers that will be substituted when a take is recorded: {day} - The day of the timestamp for the start of the recording. {month} - The month of the timestamp for the start of the recording. {year} - The year of the timestamp for the start of the recording. {hour} - The hour of the timestamp for the start of the recording. {minute} - The minute of the timestamp for the start of the recording. {second} - The second of the timestamp for the start of the recording. {take} - The take number. {slate} - The slate string. {actor} - The name of the actor being recorded.