Navigation
API > API/Plugins > API/Plugins/PCG
Base class for deltas to inherit. Contains debug metadata or other useful information.
| Name | FPCGDeltaBase |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverride.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverride.h" |
Syntax
USTRUCT ()
struct FPCGDeltaBase
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPCGDeltaBase() |
Graph/DataOverride/PCGDataOverride.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComputedKey | FPCGDeltaKey | @todo_pcg: The per-point spatial key used as the key for this specific delta. Keep for debugging, potentially permanently. | Graph/DataOverride/PCGDataOverride.h |
Functions
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Apply
(
UPCGData* InData, |
Graph/DataOverride/PCGDataOverride.h | ||
virtual PCGIndexing::FPCGIndexCollection FilterCandidates
(
const UPCGData* InData |
Graph/DataOverride/PCGDataOverride.h | ||
virtual FName GetDeltaName() |
Graph/DataOverride/PCGDataOverride.h | ||
virtual UPCGData * GetReplacementData() |
Returns the Data that should replace the current one, returns nullptr if the delta does not support full replacement. | Graph/DataOverride/PCGDataOverride.h | |
virtual int32 Resolve
(
const UPCGData* InData, |
Graph/DataOverride/PCGDataOverride.h | ||
virtual bool UsesReplacementData () |
Returns true if Delta application is a full data replacement. | Graph/DataOverride/PCGDataOverride.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPCGDeltaKey ComputeKey
(
const FPCGDeltaSettings& DeltaSettings, |
Graph/DataOverride/PCGDataOverride.h |