Navigation
API > API/Plugins > API/Plugins/CaptureDataCore
Utility functions for getting information about image sequences.
| Name | FImageSequenceUtils |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureData/Source/CaptureDataCore/Public/ImageSequenceUtils.h |
| Include Path | #include "ImageSequenceUtils.h" |
Syntax
class FImageSequenceUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetImageSequenceFilesFromPath
(
const FString& InFullSequencePath, |
Get list of image file paths from the image sequence path. | ImageSequenceUtils.h | |
static bool GetImageSequenceInfoFromAsset
(
const UImgMediaSource* InImgSequence, |
Get image sequence info (e.g. dimensions, number of images) from image media source asset. | ImageSequenceUtils.h | |
static bool GetImageSequenceInfoFromPath
(
const FString& InFullSequencePath, |
Get image sequence info (e.g. dimensions, number of images) from image sequence path. | ImageSequenceUtils.h | |
static bool GetImageSequencePathAndFilesFromAsset
(
const UImgMediaSource* InImgSequence, |
Get image sequence path and list of files from image media source asset. | ImageSequenceUtils.h |