Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessorKeys
- FPCGAttributeAccessorKeysSingleObjectPtr
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
Syntax
template<typename ObjectType, typename>
class FPCGAttributeAccessorKeysSingleObjectPtr : public IPCGAttributeAccessorKeys
Remarks
Unique Key around a single object. Necessary if ObjectType is void, but keep a template version for completeness. Useful when you want to use the accessors Get/Set methods on a single object. 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 | |
|---|---|---|---|
| ObjectType * | Ptr |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGAttributeAccessorKeysSingleObjectPtr
(
ObjectType* InPtr |
|||
FPCGAttributeAccessorKeysSingleObjectPtr
(
const ObjectType* InPtr |
Overridden from IPCGAttributeAccessorKeys
| Type | Name | Description | |
|---|---|---|---|
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| int32 | GetNum () |
Returns the number of keys. |