Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSchedulingPolicyBase
Description
Calculate the runtime scheduling priority with respect to a Generation Source. Should return a value in the range [0, 1], where higher values will be scheduled sooner.
Derived Overrides
| Name | CalculatePriority |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/SchedulingPolicies/PCGSchedulingPolicyBase.h |
| Include Path | #include "RuntimeGen/SchedulingPolicies/PCGSchedulingPolicyBase.h" |
virtual double CalculatePriority
(
const IPCGGenSourceBase * InGenSource,
const FBox & GenerationBounds,
bool bUse2DGrid
) const