Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessorKeys
- FPCGAttributeAccessorKeysEntries
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
Syntax
class FPCGAttributeAccessorKeysEntries : public IPCGAttributeAccessorKeys
Remarks
Key around a metadata entry key
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< PCGMetadataEntryKey > | Entries | ||
| TArray< PCGMetadataEntryKey > | ExtractedEntries |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGAttributeAccessorKeysEntries
(
const FPCGMetadataAttributeBase* Attribute |
|||
FPCGAttributeAccessorKeysEntries
(
PCGMetadataEntryKey EntryKey |
|||
FPCGAttributeAccessorKeysEntries
(
const TArrayView< PCGMetadataEntryKey >& InEntries |
|||
FPCGAttributeAccessorKeysEntries
(
const TArrayView< const PCGMetadataEntryKey >& InEntries |
|||
FPCGAttributeAccessorKeysEntries
(
const UPCGMetadata* Metadata |
Iterates on all the entries in the metadata. | ||
FPCGAttributeAccessorKeysEntries
(
UPCGMetadata* Metadata |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeFromMetadata
(
const UPCGMetadata* Metadata |
Overridden from IPCGAttributeAccessorKeys
| Type | Name | Description | |
|---|---|---|---|
| bool | GetMetadataEntryKeys
(
int32 InStart, |
||
| bool | GetMetadataEntryKeys
(
int32 InStart, |
||
| int32 | GetNum () |
Returns the number of keys. |