Navigation
API > API/Plugins > API/Plugins/PCG
Templated accessor for global spline data. Note that closed loop value is read-only. Keys supported: PCGSplineData, FPCGSplineStruct
| Name | FPCGSplineAccessor |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGSplineAccessor.h |
| Include Path | #include "Metadata/Accessors/PCGSplineAccessor.h" |
Syntax
template<typename T, EPCGSplineAccessorTarget Target>
class FPCGSplineAccessor :
public IPCGAttributeAccessorT< FPCGSplineAccessor< T, Target > > ,
private IPCGPropertyChain
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGSplineAccessor
(
const FStructProperty* InProperty, |
Metadata/Accessors/PCGSplineAccessor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | IPCGAttributeAccessorT< FPCGSplineAccessor< T, Target > > | Metadata/Accessors/PCGSplineAccessor.h | |
| Type | T | The underlying type is a quat if we target the rotation, otherwise a vector. | Metadata/Accessors/PCGSplineAccessor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TopPropertyStruct | const UStruct * | Metadata/Accessors/PCGSplineAccessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRangeImpl
(
TArrayView< Type > OutValues, |
Metadata/Accessors/PCGSplineAccessor.h | ||
bool SetRangeImpl
(
TArrayView< const Type > InValues, |
Metadata/Accessors/PCGSplineAccessor.h |