Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/CustomAttributes.h |
| Include | #include "Animation/CustomAttributes.h" |
Syntax
struct FTimecodeCustomAttributeNameSettings
Remarks
Settings that identify the names of custom attributes that represent the individual components of a timecode and a subframe along with a take name.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | FrameAttributeName | Name of the custom attribute representing the frame component of a timecode. | |
| FName | HourAttributeName | Name of the custom attribute representing the hour component of a timecode. | |
| FName | MinuteAttributeName | Name of the custom attribute representing the minute component of a timecode. | |
| FName | RateAttributeName | Name of the custom attribute representing the timecode rate. | |
| FName | SecondAttributeName | Name of the custom attribute representing the second component of a timecode. | |
| FName | SubframeAttributeName | Name of the custom attribute representing a subframe value. | |
| FName | TakenameAttributeName | Name of the custom attribute representing the name of a take. |