FBSPOps::bspAddPoint

Add a new point to the model, merging near-duplicates, and return its index.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "BSPOps.h"

Source

/Engine/Source/Editor/UnrealEd/Private/BSPOps.cpp

Syntax

static int32 bspAddPoint
(
    UModel * Model,
    FVector * V,
    bool Exact
)

Remarks

Add a new point to the model, merging near-duplicates, and return its index.

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