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" |
Syntax
namespace PCGAttributeAccessorHelpers
{
namespace Private
{
static auto PCGAttributeAccessorHelpers::Private::DefaultStableCompareLessLambda = -> bool { return DefaultStableCompareLess; };
}
}
Remarks
We need the lambda, because we can't use a templated function as a default parameter without specifying the template, but we can with a generic lambda.