Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttributeBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValuesFromValueKeys
(
const TArrayView< const TTuple< PCGMetadataEntryKey, PCGMetadataValueKey > >& EntryValuePairs, |
Bulk setter to lock in write only once. | Metadata/PCGMetadataAttribute.h | |
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. | Metadata/PCGMetadataAttribute.h | |
void SetValuesFromValueKeys
(
const TArrayView< const PCGMetadataEntryKey*const >& EntryKeys, |
Metadata/PCGMetadataAttribute.h |
SetValuesFromValueKeys(const TArrayView< const TTuple< PCGMetadataEntryKey, PCGMetadataValueKey > > &, bool)
Description
Bulk setter to lock in write only once.
| Name | SetValuesFromValueKeys |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path | #include "Metadata/PCGMetadataAttribute.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataAttribute.cpp |
void SetValuesFromValueKeys
(
const TArrayView < const TTuple < PCGMetadataEntryKey, PCGMetadataValueKey > > & EntryValuePairs,
bool bResetValueOnDefaultValueKey
)
SetValuesFromValueKeys(const TArrayView< const PCGMetadataEntryKey > &, const TArrayView< const PCGMetadataValueKey > &, bool)
Description
Two arrays version of bulk setter to lock in write only once. Both arrays must be the same size.
| Name | SetValuesFromValueKeys |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path | #include "Metadata/PCGMetadataAttribute.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataAttribute.cpp |
void SetValuesFromValueKeys
(
const TArrayView < const PCGMetadataEntryKey > & EntryKeys,
const TArrayView < const PCGMetadataValueKey > & ValueKeys,
bool bResetValueOnDefaultValueKey
)
SetValuesFromValueKeys(const TArrayView< const PCGMetadataEntryKey *const > &, const TArrayView< const PCGMetadataValueKey > &, bool)
| Name | SetValuesFromValueKeys |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path | #include "Metadata/PCGMetadataAttribute.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataAttribute.cpp |
void SetValuesFromValueKeys
(
const TArrayView < const PCGMetadataEntryKey *const > & EntryKeys,
const TArrayView < const PCGMetadataValueKey > & ValueKeys,
bool bResetValueOnDefaultValueKey
)