Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessorKeys
- FPCGAttributeAccessorKeysEntries
- FPCGAttributeAccessorKeysGeneric
- FPCGAttributeAccessorKeysGenericPtrs
- FPCGAttributeAccessorKeysPoints
- FPCGAttributeAccessorKeysSingleObjectPtr
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
Syntax
class IPCGAttributeAccessorKeys
Remarks
Base class to identify keys to use with an accessor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsReadOnly |
Constructors
| Type | Name | Description | |
|---|---|---|---|
IPCGAttributeAccessorKeys
(
bool bInReadOnly |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| bool | GetGenericObjectKeys
(
int32 InStart, |
||
| 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. | |
| bool | GetKeys
(
int32 InStart, |
Retrieve in the given view pointers of the wanted type Need to be a supported type, such as FPCGPoint, PCGMetadataEntryKey or void. | |
| bool | GetKeys
(
int32 InStart, |
Same function but const. | |
| bool | GetMetadataEntryKeys
(
int32 InStart, |
||
| bool | GetMetadataEntryKeys
(
int32 InStart, |
||
| int32 | GetNum () |
Returns the number of keys. | |
| bool | GetPointKeys
(
int32 InStart, |
||
| bool | GetPointKeys
(
int32 InStart, |
||
| bool | IsReadOnly () |