Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/Data > API/Plugins/PCGGeometryScriptInterop/Data/UPCGDynamicMeshData
- UPCGSpatialData::SamplePoint()
- UPCGDynamicMeshData::SamplePoint()
References
| Module | PCGGeometryScriptInterop |
| Header | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Data/PCGDynamicMeshData.h |
| Include | #include "Data/PCGDynamicMeshData.h" |
| Source | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Private/Data/PCGDynamicMeshData.cpp |
virtual bool SamplePoint
(
const FTransform & Transform,
const FBox & Bounds,
FPCGPoint & OutPoint,
UPCGMetadata * OutMetadata
) const
Remarks
Sample rotation, scale and other attributes from this data at the query position. Returns true if Transform location and Bounds overlaps this data.