Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Accumulate
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h | ||
void Accumulate
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h | ||
void Accumulate
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h | ||
void Accumulate
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h |
Accumulate(PCGMetadataEntryKey, const FPCGMetadataAttributeBase *, const TArrayView< const TPair< PCGMetadataEntryKey, float > > &)
| Name | Accumulate |
| 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 Accumulate
(
PCGMetadataEntryKey ItemKey,
const FPCGMetadataAttributeBase * InAttribute,
const TArrayView < const TPair< PCGMetadataEntryKey, float > > & InWeightedKeys
)
Accumulate(PCGMetadataEntryKey, const FPCGMetadataAttributeBase *, const TArrayView< const TPair< PCGMetadataEntryKey, float > > &)
| Name | Accumulate |
| 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 Accumulate
(
PCGMetadataEntryKey ItemKey,
const FPCGMetadataAttributeBase * InAttribute,
const TArrayView < const TPair< PCGMetadataEntryKey, float > > & InWeightedKeys
)
Accumulate(PCGMetadataEntryKey, const FPCGMetadataAttributeBase *, PCGMetadataEntryKey, float)
| Name | Accumulate |
| 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 Accumulate
(
PCGMetadataEntryKey ItemKey,
const FPCGMetadataAttributeBase * InAttribute,
PCGMetadataEntryKey InEntryKey,
float Weight
)
Accumulate(PCGMetadataEntryKey, const FPCGMetadataAttributeBase *, PCGMetadataEntryKey, float)
| Name | Accumulate |
| 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 Accumulate
(
PCGMetadataEntryKey ItemKey,
const FPCGMetadataAttributeBase * InAttribute,
PCGMetadataEntryKey InEntryKey,
float Weight
)