Navigation
Unreal Engine C++ API Reference > Developer > BSPUtils > FBSPOps
References
Module | BSPUtils |
Header | /Engine/Source/Developer/BSPUtils/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)