Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessor
- IPCGAttributeAccessorT
- FPCGCustomPointAccessor
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/Accessors/PCGCustomAccessor.h |
| Include | #include "Metadata/Accessors/PCGCustomAccessor.h" |
Syntax
template<typename T>
class FPCGCustomPointAccessor : public IPCGAttributeAccessorT< FPCGCustomPointAccessor< T > >
Remarks
Templated accessor class for custom point properties. Need a getter and a setter, defined in the FPCGPoint class. Key supported: Points
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGCustomPointAccessor
(
const FPCGPoint::PointCustomPropertyGetter& InGetter, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRangeImpl
(
TArrayView< T > OutValues, |
||
| bool | SetRangeImpl
(
TArrayView< const T > InValues, |