FBSPUtils::bspNodeToFPoly

Convert a Bsp node to an EdPoly. Returns number of vertices in Bsp node.

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

References

   
Module BSPUtils
Header /Engine/Source/Developer/BSPUtils/Public/BSPUtils.h
Include #include "BSPUtils.h"
Source /Engine/Source/Developer/BSPUtils/Private/BSPUtils.cpp
static int32 bspNodeToFPoly
(
    [UModel](API\Runtime\Engine\UModel) * Model,
    int32 iNode,
    [FPoly](API\Runtime\Engine\Engine\FPoly) * EdPoly
)

Remarks

Convert a Bsp node to an EdPoly. Returns number of vertices in Bsp node.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library