Navigation
API > API/Plugins > API/Plugins/CaptureDataUtils
| Name | UImageSequenceTimecodeUtils |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureData/Source/CaptureDataUtils/Public/ImageSequenceTimecodeUtils.h |
| Include Path | #include "ImageSequenceTimecodeUtils.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Blueprintable)
class UImageSequenceTimecodeUtils : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImageSequenceTimecodeUtils
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TimecodeRateTagName | const FName | ImageSequenceTimecodeUtils.h | |
| TimecodeTagName | const FName | ImageSequenceTimecodeUtils.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FFrameRate GetFrameRate
(
UImgMediaSource* InImageSequence |
ImageSequenceTimecodeUtils.h |
|
|
static FString GetFrameRateString
(
UImgMediaSource* InImageSequence |
ImageSequenceTimecodeUtils.h |
|
|
static FTimecode GetTimecode
(
UImgMediaSource* InImageSequence |
ImageSequenceTimecodeUtils.h |
|
|
static FString GetTimecodeString
(
UImgMediaSource* InImageSequence |
ImageSequenceTimecodeUtils.h |
|
|
static bool IsValidFrameRate
(
const FFrameRate& InTimecodeRate |
ImageSequenceTimecodeUtils.h | ||
static bool IsValidTimecode
(
const FTimecode& InTimecode |
ImageSequenceTimecodeUtils.h | ||
static bool IsValidTimecodeInfo
(
const FTimecode& InTimecode, |
ImageSequenceTimecodeUtils.h | ||
static void SetTimecodeInfo
(
const FTimecode& InTimecode, |
ImageSequenceTimecodeUtils.h |
|
|
static void SetTimecodeInfoString
(
const FString& InTimecode, |
ImageSequenceTimecodeUtils.h |
|