Navigation
API > API/Plugins > API/Plugins/TakesCore
All arrays, except those excluded by the ETimecodeExtractionFlags flags, are equal length.
| Name | FTimecodeExtractionData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderTimeProcessing.h |
| Include Path | #include "TakeRecorderTimeProcessing.h" |
Syntax
struct FTimecodeExtractionData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Frames | TArray< int32 > | TakeRecorderTimeProcessing.h | ||
| Hours | TArray< int32 > | TakeRecorderTimeProcessing.h | ||
| Minutes | TArray< int32 > | TakeRecorderTimeProcessing.h | ||
| Seconds | TArray< int32 > | TakeRecorderTimeProcessing.h | ||
| SubFrames | TArray< FMovieSceneFloatValue > | TakeRecorderTimeProcessing.h | ||
| TCRate | FFrameRate | TakeRecorderTimeProcessing.h | ||
| Times | TArray< FFrameNumber > | TakeRecorderTimeProcessing.h |