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

Method AssertValid

Source/Render/Src/UnSpan.cpp:660–687  ·  view source on GitHub ↗

Make sure that a span buffer is valid. Performs the following checks: - Make sure there are no zero-length spans - Make sure there are no negative-length spans - Make sure there are no overlapping spans - Make sure all span pointers are valid (otherwise GPF's)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

CopyFromRasterUpdateMethod · 0.45

Calls 1

appErrorfFunction · 0.85

Tested by

no test coverage detected