Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/Accessors
Inheritance Hierarchy
- IPCGAttributeAccessor
- IPCGAttributeAccessorT
- FPCGNumericPropertyAccessor
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>
class FPCGNumericPropertyAccessor : public IPCGAttributeAccessorT< FPCGNumericPropertyAccessor< T > >
Remarks
Templated accessor class for numeric properties. Will wrap around a numeric property. Do not instanciate it manually, use PCGAttributeAccessorHelpers::CreatePropertyAccessor. Only support integral and floating point types. Key supported: Generic object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGNumericPropertyAccessor
(
const FNumericProperty* InProperty |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRangeImpl
(
TArrayView< T > OutValues, |
||
| bool | SetRangeImpl
(
TArrayView< const T > InValues, |