Navigation
API > API/Plugins > API/Plugins/CaptureManagerTakeMetadata
| Name | FTakeMetadataParser |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureManagerTakeMetadata/Public/CaptureManagerTakeMetadata.h |
| Include Path | #include "CaptureManagerTakeMetadata.h" |
Syntax
class FTakeMetadataParser
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CaptureManagerTakeMetadata.h | |||
FTakeMetadataParser
(
const FTakeMetadataParser& other |
CaptureManagerTakeMetadata.h | ||
FTakeMetadataParser
(
FTakeMetadataParser&& other |
CaptureManagerTakeMetadata.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTakeMetadataParser() |
CaptureManagerTakeMetadata.h |
Structs
| Name | Remarks |
|---|---|
| FImpl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImplPtr | TUniquePtr< FImpl > | CaptureManagerTakeMetadata.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< FTakeMetadata, FTakeMetadataParserError > Parse
(
const FString& InJsonFile |
Tries to parse file into a take metadata object. | CaptureManagerTakeMetadata.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTakeMetadataParser & operator=
(
const FTakeMetadataParser& other |
CaptureManagerTakeMetadata.h | ||
FTakeMetadataParser & operator=
(
FTakeMetadataParser&& other |
CaptureManagerTakeMetadata.h |