Navigation
API > API/Editor > API/Editor/Kismet
Describes the reason for Refreshing the editor
| Name | ERefreshBlueprintEditorReason::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h |
| Include Path | #include "BlueprintEditorModule.h" |
Syntax
namespace ERefreshBlueprintEditorReason
{
enum Type
{
BlueprintCompiled,
PostUndo,
UnknownReason,
}
}
Values
| Name | Remarks |
|---|---|
| BlueprintCompiled | |
| PostUndo | |
| UnknownReason |