Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EBspNodeFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Model.h |
| Include Path | #include "Model.h" |
Syntax
enum EBspNodeFlags
{
NF_NotCsg = 0x01,
NF_NotVisBlocking = 0x04,
NF_BrightCorners = 0x10,
NF_IsNew = 0x20,
NF_IsFront = 0x40,
NF_IsBack = 0x80,
}
Values
| Name | Remarks |
|---|---|
| NF_NotCsg | Flags. |
| NF_NotVisBlocking | |
| NF_BrightCorners | |
| NF_IsNew | |
| NF_IsFront | |
| NF_IsBack |