Navigation
API > API/Plugins > API/Plugins/PCG
Delta that adds a local offset to the transform of a specific point. Position is additive, rotation is composed, scale is multiplicative.
| Name | FPCGPointTransformOffsetDelta |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverridePoints.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverridePoints.h" |
Syntax
USTRUCT ()
struct FPCGPointTransformOffsetDelta : public FPCGPointDeltaBase
Inheritance Hierarchy
- FPCGDeltaBase → FPCGPointDeltaBase → FPCGPointTransformOffsetDelta
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOffsetPosition | bool | Offset the point's position. | Graph/DataOverride/PCGDataOverridePoints.h | |
| bOffsetRotation | bool | Offset the point's rotation. | Graph/DataOverride/PCGDataOverridePoints.h | |
| bOffsetScale | bool | Offset the point's scale. | Graph/DataOverride/PCGDataOverridePoints.h | |
| ElementIndex | int32 | The original element index. For debugging purposes only. | Graph/DataOverride/PCGDataOverridePoints.h | |
| TransformOffset | FTransform | @todo_pcg: The offset is currently applied in world space. | Graph/DataOverride/PCGDataOverridePoints.h |
Functions
Public Virtual
Overridden from FPCGDeltaBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Apply
(
UPCGData* InData, |
Graph/DataOverride/PCGDataOverridePoints.h | ||
virtual FName GetDeltaName() |
Graph/DataOverride/PCGDataOverridePoints.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetDeltaNameStatic() |
Graph/DataOverride/PCGDataOverridePoints.h |