Navigation
API > API/Plugins > API/Plugins/PCG
Delta that marks a specific point for deletion.
| Name | FPCGPointDeletionDelta |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverridePoints.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverridePoints.h" |
Syntax
USTRUCT ()
struct FPCGPointDeletionDelta : public FPCGPointDeltaBase
Inheritance Hierarchy
- FPCGDeltaBase → FPCGPointDeltaBase → FPCGPointDeletionDelta
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementIndex | int32 | The original element index. For debugging purposes only. | 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 |