Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSpatialData
- UPCGSpatialDataWithPointCache
- UPCGSurfaceData
- UPCGBaseTextureData
- UPCGRenderTargetData
- UPCGTextureData
- UPCGLandscapeData
- UPCGWorldRayHitData
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Data/PCGSurfaceData.h |
| Include | #include "Data/PCGSurfaceData.h" |
Syntax
UCLASS&40;Abstract, BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGSurfaceData : public UPCGSpatialDataWithPointCache
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTransform | Transform |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyBaseSurfaceData
(
UPCGSurfaceData* NewSurfaceData |
Overridden from UPCGSpatialData
| Type | Name | Description | |
|---|---|---|---|
| int | GetDimension () |
Returns the dimension of the data type, which has nothing to do with the dimension of its points | |
| bool | Returns true if the data has a non-trivial transform |
Overridden from UPCGData
| Type | Name | Description | |
|---|---|---|---|
| EPCGDataType | GetDataType () |