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