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 AnimationAssetName
Remarks
The name of the animation asset. 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.