Navigation
API > API/Plugins > API/Plugins/TakeMovieScene
| Name | FTakeMovieSceneHitchTimecodeCurves |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeMovieScene/Public/Hitching/TimecodeHitchChannels.h |
| Include Path | #include "Hitching/TimecodeHitchChannels.h" |
Syntax
USTRUCT ()
struct FTakeMovieSceneHitchTimecodeCurves
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FramesCurve | FMovieSceneIntegerChannel | Frames curve data | Hitching/TimecodeHitchChannels.h | |
| HoursCurve | FMovieSceneIntegerChannel | Hours curve data | Hitching/TimecodeHitchChannels.h | |
| MinutesCurve | FMovieSceneIntegerChannel | Minutes curve data | Hitching/TimecodeHitchChannels.h | |
| SecondsCurve | FMovieSceneIntegerChannel | Seconds curve data | Hitching/TimecodeHitchChannels.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FTimecode > Evaluate
(
const FFrameTime& InFrameTime |
Hitching/TimecodeHitchChannels.h | ||
TConstArrayView< FFrameNumber > GetFrameTimes() |
Hitching/TimecodeHitchChannels.h | ||
| Sets the curve content from the given arrays - which must be equal size. | Hitching/TimecodeHitchChannels.h |