Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshTransformFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshTransformFunctions.h |
| Include | #include "GeometryScript/MeshTransformFunctions.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryScript_MeshTransforms"))
class UGeometryScriptLibrary_MeshTransformFunctions : public UBlueprintFunctionLibrary
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| static | UPARAM
(
DisplayName |
Applies the provided Transform to the vertices of a Mesh. | |
| static | UPARAM
(
DisplayName |
Applies the provided Translation to the vertices of a Mesh. | |
| static | UPARAM
(
DisplayName |
Rotates the mesh relative to the specified Rotation Origin. | |
| static | UPARAM
(
DisplayName |
Applies the provided Scale transformation relative to the Scale Origin to the vertices of a Mesh. | |
| static | UPARAM
(
DisplayName |
Applies the given Transform to the vertices identified by the Selection of the mesh. | |
| static | UPARAM
(
DisplayName |
Applies the given Translation to the vertices identified by the Selection of the mesh. | |
| static | UPARAM
(
DisplayName |
Rotates the selected part of the mesh relative to the specified Rotation Origin. | |
| static | UPARAM
(
DisplayName |
Applies the given Scale transform relative to the Scale Origin to the selection part of the mesh. | |
| static | UPARAM
(
DisplayName |
Set the Pivot Location for the Mesh. |