Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/Data
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSpatialData
- UPCGDynamicMeshData
References
| Module | PCGGeometryScriptInterop |
| Header | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Data/PCGDynamicMeshData.h |
| Include | #include "Data/PCGDynamicMeshData.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGDynamicMeshData : public UPCGSpatialData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDynamicMeshBoundsAreDirty | ||
| bool | bDynamicMeshOctreeIsDirty | ||
| FBox | CachedBounds | ||
| TObjectPtr< UDynamicMesh > | DynamicMesh | ||
| UE::FSpinLock | DynamicMeshBoundsLock | ||
| UE::Geometry::FDynamicMeshOctree3 | DynamicMeshOctree | ||
| FCriticalSection | DynamicMeshOctreeLock | ||
| TArray< TObjectPtr< UMaterialInterface > > | Materials |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPCGDynamicMeshData
(
const FObjectInitializer& ObjectInitializer |
Functions
Overridden from UPCGSpatialData
| Type | Name | Description | |
|---|---|---|---|
| UPCGSpatialData * | CopyInternal
(
FPCGContext* Context |
||
| FBox | GetBounds () |
Returns the full bounds (including density fall-off) of the data | |
| int | GetDimension () |
Returns the dimension of the data type, which has nothing to do with the dimension of its points | |
| bool | SamplePoint
(
const FTransform& Transform, |
Sample rotation, scale and other attributes from this data at the query position. | |
| const UPCGPointData * | ToPointData
(
FPCGContext* Context, |
Overridden from UPCGData
| Type | Name | Description | |
|---|---|---|---|
| void | AddToCrc
(
FArchiveCrc32& Ar, |
Adds this data to Crc. Fallback implementation writes object instance UID. | |
| EPCGDataType | GetDataType () |