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
(
TArrayView < PCGMetadataEntryKey > EntryKeys,
TArrayView < T > OutValues
) const
Remarks
Write into pre-allocated OutValues the values associated with the given entry keys. Non-Const version on the Entry Keys, where they can be modified. If you need the Entry Keys to not be modifed, use the const version of the EntryKeys.