Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessorT
- IPCGPropertyChain
- FPCGPropertySoftClassPathAccessor
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGPropertyAccessor.h |
| Include | #include "Metadata/Accessors/PCGPropertyAccessor.h" |
Syntax
class FPCGPropertySoftClassPathAccessor :
public IPCGAttributeAccessorT< FPCGPropertySoftClassPathAccessor > ,
private IPCGPropertyChain
Remarks
Templated accessor class for soft class ptr properties - produces soft class path. Do not instantiate it manually, use PCGAttributeAccessorHelpers::CreatePropertyAccessor. Key supported: Generic object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGPropertySoftClassPathAccessor
(
const FSoftClassProperty* InProperty, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRangeImpl
(
TArrayView< Type > OutValues, |
||
| bool | SetRangeImpl
(
TArrayView< const Type > InValues, |