Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessorKeys
- FPCGAttributeAccessorKeysGenericPtrs
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
Syntax
class FPCGAttributeAccessorKeysGenericPtrs : public IPCGAttributeAccessorKeys
Remarks
Type erasing generic keys. Allow to store void* keys, if we are dealing with addresses instead of plain objects. We can't use FPCGAttributeAccessorKeysGeneric since it has a constructor taking a reference on a object, and you can't have void&.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< void * > | Ptrs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGAttributeAccessorKeysGenericPtrs
(
const TArrayView< void* >& InPtrs |
|||
FPCGAttributeAccessorKeysGenericPtrs
(
const TArrayView< const void* >& InPtrs |
Overridden from IPCGAttributeAccessorKeys
| Type | Name | Description | |
|---|---|---|---|
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| int32 | GetNum () |
Returns the number of keys. |