Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttributeBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetValueKeys
(
const TArrayView< const PCGMetadataEntryKey >& EntryKeys, |
Bulk getter, to lock in read only once per parent. | Metadata/PCGMetadataAttribute.h | |
void GetValueKeys
(
TConstPCGValueRange< PCGMetadataEntryKey > EntryKeys, |
Bulk getter, to lock in read only once per parent. | Metadata/PCGMetadataAttribute.h | |
void GetValueKeys
(
TArrayView< PCGMetadataEntryKey > EntryKeys, |
Optimized version that take ownership on the Entries passed. | Metadata/PCGMetadataAttribute.h | |
void GetValueKeys
(
TPCGValueRange< PCGMetadataEntryKey > EntryKeys, |
Optimized version that take ownership on the Entries passed. | Metadata/PCGMetadataAttribute.h |
GetValueKeys(const TArrayView< const PCGMetadataEntryKey > &, TArray< PCGMetadataValueKey > &)
Description
Bulk getter, to lock in read only once per parent.
| Name | GetValueKeys |
| 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 GetValueKeys
(
const TArrayView < const PCGMetadataEntryKey > & EntryKeys,
TArray < PCGMetadataValueKey > & OutValueKeys
) const
GetValueKeys(TConstPCGValueRange< PCGMetadataEntryKey >, TArray< PCGMetadataValueKey > &)
Description
Bulk getter, to lock in read only once per parent.
| Name | GetValueKeys |
| 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 GetValueKeys
(
TConstPCGValueRange< PCGMetadataEntryKey > EntryKeys,
TArray < PCGMetadataValueKey > & OutValueKeys
) const
GetValueKeys(TArrayView< PCGMetadataEntryKey >, TArray< PCGMetadataValueKey > &)
Description
Optimized version that take ownership on the Entries passed.
| Name | GetValueKeys |
| 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 GetValueKeys
(
TArrayView < PCGMetadataEntryKey > EntryKeys,
TArray < PCGMetadataValueKey > & OutValueKeys
) const
GetValueKeys(TPCGValueRange< PCGMetadataEntryKey >, TArray< PCGMetadataValueKey > &)
Description
Optimized version that take ownership on the Entries passed.
| Name | GetValueKeys |
| 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 GetValueKeys
(
TPCGValueRange < PCGMetadataEntryKey > EntryKeys,
TArray < PCGMetadataValueKey > & OutValueKeys
) const