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