Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshSubdivideFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSubdivideFunctions.h |
| Include | #include "GeometryScript/MeshSubdivideFunctions.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"GeometryScript_MeshSubdivide"&41;&41;
class UGeometryScriptLibrary_MeshSubdivideFunctions : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDynamicMesh * | ApplyPNTessellation
(
UDynamicMesh* TargetMesh, |
Apply PN Tessellation to the Target Mesh as controlled by the Tessellation Level and the Options. | |
| UDynamicMesh * | ApplySelectiveTessellation
(
UDynamicMesh* TargetMesh, |
Selectively Tessellate a Selection of the Target Mesh or possibly the entire mesh as controlled by the Options. | |
| UDynamicMesh * | ApplyUniformTessellation
(
UDynamicMesh* TargetMesh, |
Apply Uniform Tessellation to the Target Mesh as controlled by the Tessellation Level and the Options. |