Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors > API/Plugins/PCG/Metadata/Accessors/IPCGAttributeAccessorKeys > API/Plugins/PCG/Metadata/Accessors/IPCGAttributeAccessorKeys/GetKeys
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
template<typename ObjectType>
bool GetKeys
&40;
int32 InStart,
TArrayView< ObjectType &42; > & OutKeys
&41;
Remarks
Retrieve in the given view pointers of the wanted type Need to be a supported type, such as FPCGPoint, PCGMetadataEntryKey or void. It will wrap around if the index/range goes outside the number of keys. true if it succeeded, false otherwise. (like num == 0,unsupported type or read only)
Parameters
| Name | Description |
|---|---|
| InStart | Index to start looking in the keys. |
| OutKeys | View on the out keys. Its size will indicate the number of elements to get. |