UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ACullDistanceVolume Class Reference

#include <CullDistanceVolume.h>

+ Inheritance diagram for ACullDistanceVolume:

Public Member Functions

void GetPrimitiveMaxDrawDistances (TMap< UPrimitiveComponent *, float > &OutCullDistances)
 

Static Public Member Functions

static bool CanBeAffectedByVolumes (UPrimitiveComponent *PrimitiveComponent)
 

Member Function Documentation

◆ CanBeAffectedByVolumes()

bool ACullDistanceVolume::CanBeAffectedByVolumes ( UPrimitiveComponent *  PrimitiveComponent)
static

Returns whether the passed in primitive can be affected by cull distance volumes.

Parameters
PrimitiveComponentComponent 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: