Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessor
- IPCGAttributeAccessorT
- FPCGChainAccessor
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, typename U>
class FPCGChainAccessor : public IPCGAttributeAccessorT< FPCGChainAccessor< T, U > >
Remarks
To chain accessors. T is the type of this accessor. U is the type of the underlying accessor. Key supported: Same as the underlying accessor
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGChainAccessor
(
TUniquePtr< IPCGAttributeAccessor > InAccessor, |
|||
FPCGChainAccessor
(
TUniquePtr< IPCGAttributeAccessor > InAccessor, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRangeImpl
(
TArrayView< T > OutValues, |
||
| bool | SetRangeImpl
(
TArrayView< const T > InValues, |
Typedefs
| Name | Description |
|---|---|
| ChainGetter | |
| ChainSetter | |
| OtherType | |
| Super | |
| Type |