Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_17
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshQueryFunctions.h |
| Include | #include "GeometryScript/MeshQueryFunctions.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Private/MeshQueryFunctions.cpp |
static UDynamicMesh &42; GetAllVertexPositions
&40;
UDynamicMesh &42; TargetMesh,
FGeometryScriptVectorList & PositionList,
bool bSkipGaps,
bool & bHasVertexIDGaps
&41;
Remarks
Returns a Vector List of all the mesh vertex 3D positions (possibly large!).
Parameters
| Name | Description |
|---|---|
| bSkipGaps | if false there will be a one-to-one correspondence between Vertex ID and entries in the Position List where a zero vector (0,0,0) will correspond to Vertex IDs not found in the Target Mesh. |
| bHasVertexIDGaps | will be false if the mesh had no gaps in Vertex IDs or if bSkipGaps was set to true. |