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