Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ZeroValue
(
PCGMetadataEntryKey ItemKey |
Weighted/interpolated values related code | Metadata/PCGMetadataAttributeTpl.h | |
void ZeroValue
(
PCGMetadataEntryKey ItemKey |
Metadata/PCGMetadataAttributeTpl.h |
ZeroValue(PCGMetadataEntryKey)
Description
Weighted/interpolated values related code
| Name | ZeroValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
template<typename IT, typename TEnableIf < PCG::Private::MetadataTraits < IT >::CanInterpolate >::Type *>
void ZeroValue
(
PCGMetadataEntryKey ItemKey
)
ZeroValue(PCGMetadataEntryKey)
| Name | ZeroValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
template<typename IT, typename TEnableIf <!PCG::Private::MetadataTraits < IT >::CanInterpolate >::Type *>
void ZeroValue
(
PCGMetadataEntryKey ItemKey
)