Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGSurfaceData |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGSurfaceData.h |
| Include Path | #include "Data/PCGSurfaceData.h" |
Syntax
UCLASS (MinimalAPI, Abstract, BlueprintType, ClassGroup=(Procedural))
class UPCGSurfaceData : public UPCGSpatialDataWithPointCache
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSpatialData → UPCGSpatialDataWithPointCache → UPCGSurfaceData
Derived Classes
UPCGSurfaceData derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FBox & GetLocalBounds() |
Data/PCGSurfaceData.h | ||
const FTransform & GetTransform() |
Data/PCGSurfaceData.h |
Overridden from UPCGSpatialData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int GetDimension() |
Returns the dimension of the data type, which has nothing to do with the dimension of its points | Data/PCGSurfaceData.h | |
virtual bool HasNonTrivialTransform() |
Returns true if the data has a non-trivial transform | Data/PCGSurfaceData.h |
Overridden from UPCGData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EPCGDataType GetDataType() |
Data/PCGSurfaceData.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyBaseSurfaceData
(
UPCGSurfaceData* NewSurfaceData |
Data/PCGSurfaceData.h |