FBSPOps::bspAddVector

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

Unreal Engine C++ API Reference > Developer > BSPUtils > FBSPOps

References

   
Module BSPUtils
Header /Engine/Source/Developer/BSPUtils/Public/BSPOps.h
Include #include "BSPOps.h"
Source /Engine/Source/Developer/BSPUtils/Private/BSPOps.cpp
static int32 bspAddVector
(
    [UModel](API\Runtime\Engine\UModel) * Model,
    const FVector * V,
    bool Exact
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library