Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/FPCGMetadataAttribute > API/Plugins/PCG/Metadata/FPCGMetadataAttribute/SetMin
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include | #include "Metadata/PCGMetadataAttributeTpl.h" |
template<typename IT, typename TEnableIf< PCG::Private::MetadataTraits < IT >::CanMinMax >::Type *>
bool SetMin
(
PCGMetadataEntryKey ItemKey,
const FPCGMetadataAttributeBase * InAttributeA,
PCGMetadataEntryKey InEntryKeyA,
const FPCGMetadataAttributeBase * InAttributeB,
PCGMetadataEntryKey InEntryKeyB
)
Remarks
Code related to computing compared values (min, max, sub, add)