Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/RuntimeGen > API/Plugins/PCG/RuntimeGen/SchedulingPolicies > API/Plugins/PCG/RuntimeGen/SchedulingPolicies/UPCGSchedulingPo-
- UPCGSchedulingPolicyBase::IsEquivalent()
- UPCGSchedulingPolicyDistanceAndDirection::IsEquivalent()
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/SchedulingPolicies/PCGSchedulingPolicyDistanceAndDirection.h |
| Include | #include "RuntimeGen/SchedulingPolicies/PCGSchedulingPolicyDistanceAndDirection.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/RuntimeGen/SchedulingPolicies/PCGSchedulingPolicyDistanceAndDirection.cpp |
virtual bool IsEquivalent
(
const UPCGSchedulingPolicyBase * OtherSchedulingPolicy
) const
Remarks
A SchedulingPolicy is equivalent to another SchedulingPolicy if they are the same (same ptr), or if they have the same type and parameter values.