Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshModelingFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshModelingFunctions.h |
| Include | #include "GeometryScript/MeshModelingFunctions.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryScript_MeshModeling"))
class UGeometryScriptLibrary_MeshModelingFunctions : public UBlueprintFunctionLibrary
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| static | UPARAM
(
DisplayName |
Disconnect the triangles of TargetMesh identified by the Selection. | |
| static | UPARAM
(
DisplayName |
Disconnect triangles of TargetMesh along the edges of the Selection. | |
| static | UPARAM
(
DisplayName |
Duplicate the triangles of TargetMesh identified by the Selection | |
| static | UPARAM
(
DisplayName |
Offset the vertices of TargetMesh from their initial positions based on averaged vertex normals. | |
| static | UPARAM
(
DisplayName |
Create a thickened shell from TargetMesh by offsetting the vertex positions along averaged vertex normals, inwards or outwards. | |
| static | UPARAM
(
DisplayName |
Apply Linear Extrusion (ie extrusion in a single direction) to the triangles of TargetMesh identified by the Selection. | |
| static | UPARAM
(
DisplayName |
Apply an Offset to the faces of TargetMesh identified by the Selection, or all faces if the Selection is empty. | |
| static | UPARAM
(
DisplayName |
Apply an Inset or Outset to the faces of TargetMesh identified by the Selection, or all faces if the Selection is empty. | |
| static | UPARAM
(
DisplayName |
Apply a Mesh Bevel operation to parts of TargetMesh using the BevelOptions settings. | |
| static | UPARAM
(
DisplayName |
Apply a Mesh Bevel operation to parts of TargetMesh using the BevelOptions settings, with additional options to handle region selections | |
| static | UPARAM
(
DisplayName |
Apply a Mesh Bevel operation to all PolyGroup Edges. | |
| static | UPARAM
(
DisplayName |
Backwards-Compatibility implementations. |