MCPcopy Create free account
hub / github.com/RedPandaProjects/UnrealEngine / AddPointToNode

Function AddPointToNode

Source/Editor/Src/UnBsp.cpp:2191–2240  ·  view source on GitHub ↗

Add a point to a Bsp node before a specified vertex (between it and the previous one). VertexNumber can be from 0 (before first) to Node->NumVertices (after last). Splits node into two coplanar polys if necessary. If the polygon is split, the vertices will be distributed among this node and it's newly-linked iPlane node in an arbitrary way, that preserves the clockwise orientation of the vertices

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

DistributePointFunction · 0.85

Calls 3

RemoveNodeMethod · 0.80
AddNodeMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected