Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshDeformFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshDeformFunctions.h |
| Include | #include "GeometryScript/MeshDeformFunctions.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"GeometryScript_MeshDeformers"&41;&41;
class UGeometryScriptLibrary_MeshDeformFunctions : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDynamicMesh * | ApplyBendWarpToMesh
(
UDynamicMesh* TargetMesh, |
Applies a Bend Warp around an axis defined by the Bend Orientation transform. | |
| UDynamicMesh * | ApplyDisplaceFromPerVertexVectors
(
UDynamicMesh* TargetMesh, |
Add the vectors in VectorList, scaled by Magnitude, to the vertex positions in Target Mesh. | |
| UDynamicMesh * | ApplyDisplaceFromTextureMap
(
UDynamicMesh* TargetMesh, |
Applies a displacement to a Dynamic Mesh based on a Texture2D and a UV Channel. | |
| UDynamicMesh * | ApplyFlareWarpToMesh
(
UDynamicMesh* TargetMesh, |
Applies a Flare/Bulge warp around an axis defined by the Flare Orientation transform. | |
| UDynamicMesh * | ApplyIterativeSmoothingToMesh
(
UDynamicMesh* TargetMesh, |
Applies a number of iterations of mesh smoothing to a Dynamic Mesh. | |
| UDynamicMesh * | ApplyMathWarpToMesh
(
UDynamicMesh* TargetMesh, |
Applies various simple math-function-based warps around an axis defined by the Warp Orientation transform, currently a 1D or 2D sine-wave with arbitrary orientation may be selected by WarpType. | |
| UDynamicMesh * | ApplyPerlinNoiseToMesh
(
UDynamicMesh* TargetMesh, |
Applies 3D Perlin noise displacement to the Target Mesh. | |
| UDynamicMesh * | ApplyTwistWarpToMesh
(
UDynamicMesh* TargetMesh, |
Applies a twist warp around an axis defined by the Twist Orientation transform. |