Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/FPCGMetadataAttributeBase
| Type | Name | Description | |
|---|---|---|---|
| void | SetValuesFromValueKeys
(
const TArrayView< const TTuple< PCGMetadataEntryKey, PCGMetadataValueKey > >& EntryValuePairs, |
Bulk setter to lock in write only once. | |
| void | SetValuesFromValueKeys
(
const TArrayView< const PCGMetadataEntryKey >& EntryKeys, |
Two arrays version of bulk setter to lock in write only once. Both arrays must be the same size. | |
| void | SetValuesFromValueKeys
(
const TArrayView< const PCGMetadataEntryKey*const >& EntryKeys, |