Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGNativePointPropertyEnumConstAccessor |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGCustomAccessor.h |
| Include Path | #include "Metadata/Accessors/PCGCustomAccessor.h" |
Syntax
template<EPCGPointNativeProperties Property>
class FPCGNativePointPropertyEnumConstAccessor : public IPCGAttributeAccessorT< FPCGNativePointPropertyEnumConstAccessor< Property > >
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGNativePointPropertyEnumConstAccessor
(
const UPCGBasePointData* InPointData |
Metadata/Accessors/PCGCustomAccessor.h | ||
FPCGNativePointPropertyEnumConstAccessor
(
UPCGBasePointData* InPointData |
Metadata/Accessors/PCGCustomAccessor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyType | typename TPCGPointNativeProperty< Property >::Type | Metadata/Accessors/PCGCustomAccessor.h | |
| Super | IPCGAttributeAccessorT< FPCGNativePointPropertyEnumConstAccessor< Property > > | Metadata/Accessors/PCGCustomAccessor.h | |
| Type | typename TPCGPointNativeProperty< Property >::AccessorType | Metadata/Accessors/PCGCustomAccessor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ValueRange | TPCGPointNativeProperty< Property >::ConstValueRange | Metadata/Accessors/PCGCustomAccessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRangeImpl
(
TArrayView< Type > OutValues, |
Metadata/Accessors/PCGCustomAccessor.h | ||
bool SetRangeImpl
(
TArrayView< const Type > InValues, |
Metadata/Accessors/PCGCustomAccessor.h |