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

Method PrecomputeSphereFilter

Source/Engine/Src/UnTrace.cpp:741–749  ·  view source on GitHub ↗

Precompute the front/back test for a bounding sphere. Tags all nodes that the sphere falls into with a NF_IsBack tag (if the sphere is entirely in back of the node), a NF_IsFront tag (if the sphere is entirely in front of the node), or neither (if the sphere is split by the node). This only affects nodes that the sphere falls in. Thus, it is not necessary to perform any cleanup after precomputi

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

PrecomputeSphereFilterFunction · 0.85
NumMethod · 0.80

Tested by

no test coverage detected