Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessor
- IPCGAttributeAccessorT
- FPCGPropertyAccessor
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/Accessors/PCGPropertyAccessor.h |
| Include | #include "Metadata/Accessors/PCGPropertyAccessor.h" |
Syntax
template<typename T, typename PropertyType>
class FPCGPropertyAccessor : public IPCGAttributeAccessorT< FPCGPropertyAccessor< T, PropertyType > >
Remarks
Templated accessor class for properties that has a (Get/Set)PropertyValue. Will wrap around a property. For example String/Name/Bool Do not instanciate it manually, use PCGAttributeAccessorHelpers::CreatePropertyAccessor. Key supported: Generic object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGPropertyAccessor
(
const PropertyType* InProperty |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRangeImpl
(
TArrayView< T > OutValues, |
||
| bool | SetRangeImpl
(
TArrayView< const T > InValues, |