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