Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSchedulingPolicyBase
Description
True if the generation source would cull the given bounds. Only applies to bounds within the cleanup generation radius.
Derived Overrides
| Name | ShouldCull |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/SchedulingPolicies/PCGSchedulingPolicyBase.h |
| Include Path | #include "RuntimeGen/SchedulingPolicies/PCGSchedulingPolicyBase.h" |
virtual bool ShouldCull
(
const IPCGGenSourceBase * InGenSource,
const FBox & GenerationBounds,
bool bUse2DGrid
) const