Navigation
API > API/Runtime > API/Runtime/CoreUObject
| |
|
| Name |
FBlueprintWarningDeclaration |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h |
| Include Path |
#include "Blueprint/BlueprintSupport.h" |
Syntax
struct FBlueprintWarningDeclaration
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FBlueprintWarningDeclaration
(
FName InWarningIdentifier,
FText InWarningDescription
)
|
|
Blueprint/BlueprintSupport.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| WarningDescription |
FText |
|
Blueprint/BlueprintSupport.h |
|
| WarningIdentifier |
FName |
|
Blueprint/BlueprintSupport.h |
|
Functions
Public