Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors > API/Plugins/PCG/Metadata/Accessors/IPCGAttributeAccessorKeys
| Type | Name | Description | |
|---|---|---|---|
| bool | GetKey
(
ObjectType*& OutObject |
Retrieve in the given argument pointer of the wanted type at the index 0. | |
| bool | GetKey
(
ObjectType const*& OutObject |
Same function but const. | |
| bool | GetKey
(
int32 InStart, |
Retrieve in the given argument pointer of the wanted type. | |
| bool | GetKey
(
int32 InStart, |
Same function but const. |