Navigation
API > API/Plugins > API/Plugins/PCG
Templated accessor class for soft class ptr properties - produces soft class path. Do not instantiate it manually, use PCGAttributeAccessorHelpers::CreatePropertyAccessor. Key supported: Generic object
| Name | FPCGPropertySoftClassPathAccessor |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGPropertyAccessor.h |
| Include Path | #include "Metadata/Accessors/PCGPropertyAccessor.h" |
Syntax
class FPCGPropertySoftClassPathAccessor :
public IPCGAttributeAccessorT< FPCGPropertySoftClassPathAccessor > ,
private IPCGPropertyChain
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGPropertySoftClassPathAccessor
(
const FSoftClassProperty* InProperty, |
Metadata/Accessors/PCGPropertyAccessor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | IPCGAttributeAccessorT< FPCGPropertySoftClassPathAccessor > | Metadata/Accessors/PCGPropertyAccessor.h | |
| Type | FSoftClassPath | Metadata/Accessors/PCGPropertyAccessor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Property | const FSoftClassProperty * | Metadata/Accessors/PCGPropertyAccessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRangeImpl
(
TArrayView< Type > OutValues, |
Metadata/Accessors/PCGPropertyAccessor.h | ||
bool SetRangeImpl
(
TArrayView< const Type > InValues, |
Metadata/Accessors/PCGPropertyAccessor.h |