Navigation
API > API/Plugins > API/Plugins/DataIngestCoreEditor
Information related to an error during ingest asset creation.
| Name | FAssetCreationError |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerEditor/Source/DataIngestCoreEditor/Public/DataIngestCoreError.h |
| Include Path | #include "DataIngestCoreError.h" |
Syntax
class FAssetCreationError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAssetCreationError
(
FText InMessage, |
DataIngestCoreError.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Error | EAssetCreationError | Error type. | DataIngestCoreError.h | |
| Message | FText | Error message. | DataIngestCoreError.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EAssetCreationError GetError() |
Get the error type. | DataIngestCoreError.h | |
const FText & GetMessage() |
Get the error message. | DataIngestCoreError.h |