EBspNodeFlags

Flags associated with a Bsp node.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Model.h

Include

#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

Description

NF_NotCsg

Flags.

NF_NotVisBlocking

NF_BrightCorners

NF_IsNew

NF_IsFront

NF_IsBack

Remarks

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss