Navigation
API > API/Runtime > API/Runtime/BlueprintRuntime
| Name | EBlueprintWarningBehavior |
| Type | enum |
| Header File | /Engine/Source/Runtime/BlueprintRuntime/Public/BlueprintRuntimeSettings.h |
| Include Path | #include "BlueprintRuntimeSettings.h" |
Syntax
enum EBlueprintWarningBehavior
{
Warn,
Error,
Suppress,
}
Values
| Name | Remarks |
|---|---|
| Warn | |
| Error | |
| Suppress |