Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ACullDistanceVolume
Description
Get the set of primitives and new max draw distances defined by this volume. Presumes only primitives that can be affected by volumes are being passed in.
| Name | GetPrimitiveMaxDrawDistances |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CullDistanceVolume.h |
| Include Path | #include "Engine/CullDistanceVolume.h" |
| Source | /Engine/Source/Runtime/Engine/Private/CullDistanceVolume.cpp |
void GetPrimitiveMaxDrawDistances
(
TMap < UPrimitiveComponent *, float > & OutCullDistances
)