ENodePlace

Possible positions of a child Bsp node relative to its parent (for BspAddToNode)

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/BSPOps.h

Include

#include "BSPOps.h"

Syntax

enum ENodePlace
{
    NODE_Back     = 0,
    NODE_Front    = 1,
    NODE_Plane    = 2,
    NODE_Root     = 3,
}

Values

Name

Description

NODE_Back

NODE_Front

NODE_Plane

NODE_Root

Remarks

Possible positions of a child Bsp node relative to its parent (for BspAddToNode)

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