Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/FPCGMetadataAttribute > API/Plugins/PCG/Metadata/FPCGMetadataAttribute/GetValuesFromItemKeys
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include | #include "Metadata/PCGMetadataAttributeTpl.h" |
void GetValuesFromItemKeys
(
const TArrayView < const PCGMetadataEntryKey > EntryKeys,
TArrayView < T > OutValues
) const
Remarks
Write into pre-allocated OutValues the values associated with the given entry keys. Const version on the Entry Keys, where they won't be modified. It will induce a copy of the entry keys if we ever have to go check the parent attribute, as we need to modify the entry keys for that. If you don't care if the Entry Keys are modified, use the non-const version of the EntryKeys.