Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_Transform-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static static UPARAM
(
DisplayName |
Create a Transform at the given Location, with the ZAxis vector as the Z axis of the Transform. | GeometryScript/ShapeFunctions.h |
|
static static UPARAM
(
DisplayName |
Create a Transform at the given Location, with the ZAxis vector as the Z axis of the Transform, and the X or Y axis oriented to the Tangent vector, based on the bTangentIsX parameter. | GeometryScript/ShapeFunctions.h |
|
static static UPARAM
(
DisplayName |
Get the Vector for the direction of the X/Y/Z axis of the Transform, ie the Vector resulting from transforming the unit direction vectors (1,0,0) / etc | GeometryScript/ShapeFunctions.h |
|
static static UPARAM
(
DisplayName |
Get the Ray at the Transform Location aligned with the direction of the X/Y/Z axis of the Transform, ie the Direction Vector resulting from transforming the unit direction vectors (1,0,0) / etc | GeometryScript/ShapeFunctions.h |
|
static static UPARAM
(
DisplayName |
Get the Plane at the Transform Location with the Plane Normal aligned with the direction of the X/Y/Z axis of the Transform, ie the Direction Vector resulting from transforming the unit direction vectors (1,0,0) / etc | GeometryScript/ShapeFunctions.h |
|
UPARAM(DisplayName)
Description
Create a Transform at the given Location, with the ZAxis vector as the Z axis of the Transform.
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include Path | #include "GeometryScript/ShapeFunctions.h" |
UFUNCTION (BlueprintPure, Category="GeometryScript|Shapes|Transform")
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Create a Transform at the given Location, with the ZAxis vector as the Z axis of the Transform, and the X or Y axis oriented to the Tangent vector, based on the bTangentIsX parameter.
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include Path | #include "GeometryScript/ShapeFunctions.h" |
UFUNCTION (BlueprintPure, Category="GeometryScript|Shapes|Transform")
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Get the Vector for the direction of the X/Y/Z axis of the Transform, ie the Vector resulting from transforming the unit direction vectors (1,0,0) / etc
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include Path | #include "GeometryScript/ShapeFunctions.h" |
UFUNCTION (BlueprintPure, Category="GeometryScript|Shapes|Transform")
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Get the Ray at the Transform Location aligned with the direction of the X/Y/Z axis of the Transform, ie the Direction Vector resulting from transforming the unit direction vectors (1,0,0) / etc
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include Path | #include "GeometryScript/ShapeFunctions.h" |
UFUNCTION (BlueprintPure, Category="GeometryScript|Shapes|Transform")
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Get the Plane at the Transform Location with the Plane Normal aligned with the direction of the X/Y/Z axis of the Transform, ie the Direction Vector resulting from transforming the unit direction vectors (1,0,0) / etc
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include Path | #include "GeometryScript/ShapeFunctions.h" |
UFUNCTION (BlueprintPure, Category="GeometryScript|Shapes|Transform")
static static UPARAM
(
DisplayName
)