Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessorKeys
- FPCGAttributeAccessorKeysGeneric
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
Syntax
template<typename ObjectType, typename>
class FPCGAttributeAccessorKeysGeneric : public IPCGAttributeAccessorKeys
Remarks
Key around generic objects. Make sure ObjectType is not a pointer nor a reference, since we convert those to void*, it could lead to very bad situations if we try to convert a T** to a void*.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< ObjectType > | Objects |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGAttributeAccessorKeysGeneric
(
const TArrayView< ObjectType >& InObjects |
|||
FPCGAttributeAccessorKeysGeneric
(
const TArrayView< const ObjectType >& InObjects |
|||
FPCGAttributeAccessorKeysGeneric
(
ObjectType& InObject |
|||
FPCGAttributeAccessorKeysGeneric
(
const ObjectType& InObject |
Overridden from IPCGAttributeAccessorKeys
| Type | Name | Description | |
|---|---|---|---|
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| int32 | GetNum () |
Returns the number of keys. |