Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessor
- IPCGAttributeAccessorT
- FPCGPropertyPathAccessor
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/Accessors/PCGPropertyAccessor.h |
| Include | #include "Metadata/Accessors/PCGPropertyAccessor.h" |
Syntax
template<typename T>
class FPCGPropertyPathAccessor : public IPCGAttributeAccessorT< FPCGPropertyPathAccessor< T > >
Remarks
Templated accessor class for path properties. Will wrap around a soft path property. Do not instanciate it manually, use PCGAttributeAccessorHelpers::CreatePropertyAccessor. Will always convert to FString for PCG Key supported: Generic object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGPropertyPathAccessor
(
const FProperty* InProperty |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRangeImpl
(
TArrayView< Type > OutValues, |
||
| bool | SetRangeImpl
(
TArrayView< const Type > InValues, |