Navigation
API > API/Plugins > API/Plugins/PCG
Special accessor to support color overrides. Interface with a vector 4. Will remap [0;255] to [0.0,1.0] Key supported: Generic object
| Name | FPCGColorAccessor |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGPropertyAccessor.h |
| Include Path | #include "Metadata/Accessors/PCGPropertyAccessor.h" |
Syntax
class FPCGColorAccessor :
public IPCGAttributeAccessorT< FPCGColorAccessor > ,
private IPCGPropertyChain
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGColorAccessor
(
const FStructProperty* InProperty, |
Metadata/Accessors/PCGPropertyAccessor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | IPCGAttributeAccessorT< FPCGColorAccessor > | Metadata/Accessors/PCGPropertyAccessor.h | |
| Type | FVector4 | Metadata/Accessors/PCGPropertyAccessor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Property | const FStructProperty * | Metadata/Accessors/PCGPropertyAccessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRangeImpl
(
TArrayView< FVector4 > OutValues, |
Metadata/Accessors/PCGPropertyAccessor.h | ||
bool SetRangeImpl
(
TArrayView< const FVector4 > InValues, |
Metadata/Accessors/PCGPropertyAccessor.h |