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