Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGCustomPointPropertyAccessor |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGCustomAccessor.h |
| Include Path | #include "Metadata/Accessors/PCGCustomAccessor.h" |
Syntax
template<typename T, typename... Args>
class FPCGCustomPointPropertyAccessor : public IPCGAttributeAccessorT< FPCGCustomPointPropertyAccessor< T, Args... > >
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGCustomPointPropertyAccessor
(
const UPCGBasePointData* InPointData, |
Metadata/Accessors/PCGCustomAccessor.h | ||
FPCGCustomPointPropertyAccessor
(
const UPCGBasePointData* InPointData, |
Metadata/Accessors/PCGCustomAccessor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | IPCGAttributeAccessorT< FPCGCustomPointPropertyAccessor< T, Args... > > | Metadata/Accessors/PCGCustomAccessor.h | |
| Type | T | Metadata/Accessors/PCGCustomAccessor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Getter | FPointCustomPropertyGetter< T, Args... > | Metadata/Accessors/PCGCustomAccessor.h | ||
| PointData | UPCGBasePointData * | Metadata/Accessors/PCGCustomAccessor.h | ||
| Setter | FPointCustomPropertySetter< T, Args... > | Metadata/Accessors/PCGCustomAccessor.h | ||
| ValueRanges | TTuple< Args... > | Metadata/Accessors/PCGCustomAccessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRangeImpl
(
TArrayView< T > OutValues, |
Metadata/Accessors/PCGCustomAccessor.h | ||
bool SetRangeImpl
(
TArrayView< const T > InValues, |
Metadata/Accessors/PCGCustomAccessor.h |