Navigation
API > API/Plugins > API/Plugins/PCG
Templated accessor for polygon vertices accessor.
| Name | FPCGPolygon2DVerticesAccessor |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGPolygon2DAccessor.h |
| Include Path | #include "Metadata/Accessors/PCGPolygon2DAccessor.h" |
Syntax
template<typename T, EPCGPolygon2DProperties Target>
class FPCGPolygon2DVerticesAccessor : public IPCGAttributeAccessorT< FPCGPolygon2DVerticesAccessor< T, Target > >
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGPolygon2DVerticesAccessor
(
bool bIsReadOnly |
Metadata/Accessors/PCGPolygon2DAccessor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | IPCGAttributeAccessorT< FPCGPolygon2DVerticesAccessor< T, Target > > | Metadata/Accessors/PCGPolygon2DAccessor.h | |
| Type | T | Metadata/Accessors/PCGPolygon2DAccessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRangeImpl
(
TArrayView< Type > OutValues, |
Metadata/Accessors/PCGPolygon2DAccessor.h | ||
bool SetRangeImpl
(
TArrayView< const Type > InValues, |
Metadata/Accessors/PCGPolygon2DAccessor.h |