Navigation
Unreal Engine C++ API Reference > Developer > BSPUtils
References
Module | BSPUtils |
Header | /Engine/Source/Developer/BSPUtils/Public/BSPOps.h |
Include | #include "BSPOps.h" |
Syntax
struct FBspIndexedPoint
Variables
Type | Name | Description |
---|---|---|
int32 | Index | |
FVector | Point |
Constructors
Type | Name | Description |
---|---|---|
FBspIndexedPoint ( const FVector& InPoint, int32 InIndex ) |