ACullDistanceVolume::GetPrimitiveMaxDrawDistances

Get the set of primitives and new max draw distances defined by this volume.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CullDistanceVolume.h

Include

#include "Engine/CullDistanceVolume.h"

Source

/Engine/Source/Runtime/Engine/Private/CullDistanceVolume.cpp

Syntax

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

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss