Navigation
API > API/Plugins > API/Plugins/PCG
Templated accessor for global polygon2d data.
| Name | FPCGPolygon2DDataAccessor |
| 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, EPCGPolygon2DDataProperties Target>
class FPCGPolygon2DDataAccessor : public IPCGAttributeAccessorT< FPCGPolygon2DDataAccessor< T, Target > >
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGPolygon2DDataAccessor
(
bool bIsReadOnly |
Metadata/Accessors/PCGPolygon2DAccessor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | IPCGAttributeAccessorT< FPCGPolygon2DDataAccessor< 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 |