Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessorT
- IPCGPropertyChain
- FPCGEnumPropertyAccessor
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGPropertyAccessor.h |
| Include | #include "Metadata/Accessors/PCGPropertyAccessor.h" |
Syntax
class FPCGEnumPropertyAccessor :
public IPCGAttributeAccessorT< FPCGEnumPropertyAccessor > ,
private IPCGPropertyChain
Remarks
Templated accessor class for enum properties. Will wrap around an enum property. Will always convert to int64 for PCG Do not instanciate it manually, use PCGAttributeAccessorHelpers::CreatePropertyAccessor. Key supported: Generic object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGEnumPropertyAccessor
(
const FEnumProperty* InProperty, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRangeImpl
(
TArrayView< int64 > OutValues, |
||
| bool | SetRangeImpl
(
TArrayView< const int64 > InValues, |