Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FFixupSelfContextItem
Enum to describe how the node will be fixed up (or not)
| Name | EFixupStrategy |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/SFixupSelfContextDlg.h |
| Include Path | #include "SFixupSelfContextDlg.h" |
Syntax
enum EFixupStrategy
{
DoNothing,
CreateNewFunction,
RemoveNode,
}
Values
| Name | Remarks |
|---|---|
| DoNothing | |
| CreateNewFunction | |
| RemoveNode |