Navigation
API > API/Plugins > API/Plugins/PCG
Base delta for point data overrides. Uses an octree bounds query to filter candidate points spatially.
| Name | FPCGPointDeltaBase |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverridePoints.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverridePoints.h" |
Syntax
USTRUCT ()
struct FPCGPointDeltaBase : public FPCGDeltaBase
Inheritance Hierarchy
- FPCGDeltaBase → FPCGPointDeltaBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bounds | FBox | World-space bounding box used for octree filtering and key computation. | Graph/DataOverride/PCGDataOverridePoints.h | |
| OriginalTransform | FTransform | The original transform of the point. For use with matching the key during override. | Graph/DataOverride/PCGDataOverridePoints.h |