Navigation
API > API/Plugins > API/Plugins/CaptureManagerTakeMetadata
Class for constructing take thumbnails and accessing thumbnail data.
| Name | FTakeThumbnailData |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureManagerTakeMetadata/Public/CaptureManagerTakeMetadata.h |
| Include Path | #include "CaptureManagerTakeMetadata.h" |
Syntax
class FTakeThumbnailData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default thumbnail constructor. | CaptureManagerTakeMetadata.h | ||
FTakeThumbnailData
(
FString InImagePath |
Construct thumbnail from file path. | CaptureManagerTakeMetadata.h | |
FTakeThumbnailData
(
TArray< uint8 > InCompressedImageData |
Construct thumbnail from file data array. | CaptureManagerTakeMetadata.h | |
FTakeThumbnailData
(
TArray< FColor > InDecompressedImageData, |
Construct thumbnail from raw data array. | CaptureManagerTakeMetadata.h |
Structs
| Name | Remarks |
|---|---|
| FRawImage |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FThumbnail | TVariant< FEmptyVariantState, FString, TArray< uint8 >, FRawImage > | CaptureManagerTakeMetadata.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Thumbnail | FThumbnail | CaptureManagerTakeMetadata.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get decompressed image. | CaptureManagerTakeMetadata.h | ||
| Get thumbnail. | CaptureManagerTakeMetadata.h | ||
| Get thumbnail file path. | CaptureManagerTakeMetadata.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct thumbnail from file path. | CaptureManagerTakeMetadata.h | ||
| Construct thumbnail from file data array. | CaptureManagerTakeMetadata.h | ||
| Assign thumbnail from raw data array. | CaptureManagerTakeMetadata.h |