#include <CullDistanceVolume.h>
◆ CanBeAffectedByVolumes()
| bool ACullDistanceVolume::CanBeAffectedByVolumes |
( |
UPrimitiveComponent * |
PrimitiveComponent | ) |
|
|
static |
Returns whether the passed in primitive can be affected by cull distance volumes.
- Parameters
-
| PrimitiveComponent | Component to test |
- Returns
- true if tested component can be affected, false otherwise
◆ GetPrimitiveMaxDrawDistances()
| void ACullDistanceVolume::GetPrimitiveMaxDrawDistances |
( |
TMap< UPrimitiveComponent *, float > & |
OutCullDistances | ) |
|
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.
The documentation for this class was generated from the following files: