Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGAttributeAccessorKeysPoints
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetMetadataEntryKeys
(
int32 InStart, |
Metadata/Accessors/PCGAttributeAccessorKeys.h | ||
virtual bool GetMetadataEntryKeys
(
int32 InStart, |
Metadata/Accessors/PCGAttributeAccessorKeys.h |
GetMetadataEntryKeys(int32, TArrayView< PCGMetadataEntryKey * >)
| Name | GetMetadataEntryKeys |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include Path | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/Accessors/PCGAttributeAccessorKeys.cpp |
virtual bool GetMetadataEntryKeys
(
int32 InStart,
TArrayView < PCGMetadataEntryKey * > OutEntryKeys
)
GetMetadataEntryKeys(int32, TArrayView< const PCGMetadataEntryKey * >)
| Name | GetMetadataEntryKeys |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorKeys.h |
| Include Path | #include "Metadata/Accessors/PCGAttributeAccessorKeys.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/Accessors/PCGAttributeAccessorKeys.cpp |
virtual bool GetMetadataEntryKeys
(
int32 InStart,
TArrayView < const PCGMetadataEntryKey * > OutEntryKeys
) const