ACullDistanceVolume::CanBeAffectedByVolumes

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

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

static bool CanBeAffectedByVolumes
(
    UPrimitiveComponent * PrimitiveComponent
)

Remarks

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

Returns

true if tested component can be affected, false otherwise

Parameters

Parameter

Description

PrimitiveComponent

Component to test

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