Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorHelpers.h |
| Include | #include "Metadata/Accessors/PCGAttributeAccessorHelpers.h" |
namespace PCGAttributeAccessorHelpers
{
namespace Private
{
template<typename T>
bool PCGAttributeAccessorHelpers::Private::DefaultStableCompareLess
(
const T & A,
const T & B,
int32 IndexA,
int32 IndexB,
bool bAscending
)
}
}
Remarks
Use bAscending bool to know if you need to negate the condition for equal, since CompareDescending is !CompareAscending.