Navigation
API > API/Editor > API/Editor/AssetDefinition
| Name | FAssetSupportResponse |
| Type | struct |
| Header File | /Engine/Source/Editor/AssetDefinition/Public/AssetDefinition.h |
| Include Path | #include "AssetDefinition.h" |
Syntax
struct FAssetSupportResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAssetSupportResponse
(
bool InSupported, |
AssetDefinition.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSupported | bool | AssetDefinition.h | ||
| ErrorText | FText | AssetDefinition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FText & GetErrorText() |
AssetDefinition.h | ||
bool IsSupported() |
AssetDefinition.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAssetSupportResponse Error
(
const FText& ErrorText |
AssetDefinition.h | ||
static FAssetSupportResponse NotSupported() |
AssetDefinition.h | ||
static FAssetSupportResponse Supported() |
AssetDefinition.h |