Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValues
(
const TArrayView< const PCGMetadataEntryKey >& ItemKeys, |
Metadata/PCGMetadataAttributeTpl.h | ||
void SetValues
(
const TArrayView< const PCGMetadataEntryKey*const >& ItemKeys, |
Metadata/PCGMetadataAttributeTpl.h |
SetValues(const TArrayView< const PCGMetadataEntryKey > &, const TArrayView< const T > &)
| Name | SetValues |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
void SetValues
(
const TArrayView < const PCGMetadataEntryKey > & ItemKeys,
const TArrayView < const T > & InValues
)
SetValues(const TArrayView< const PCGMetadataEntryKey *const > &, const TArrayView< const T > &)
| Name | SetValues |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
void SetValues
(
const TArrayView < const PCGMetadataEntryKey *const > & ItemKeys,
const TArrayView < const T > & InValues
)