Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL- > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-/UPARAM
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include | #include "GeometryScript/ShapeFunctions.h" |
UFUNCTION (BlueprintPure, Category="GeometryScript|Shapes|Box", Meta=(ScriptMethod))
static static UPARAM
(
DisplayName
)
Remarks
Get the position of the center of a face of the Box. Faces are indexed from 0 to 5, using an ordering where 0/1 are the MinZ/MaxZ faces, 2/3 are MinY/MaxY, and 4/5 are MinX/MaxX
Parameters
| Name | Description |
|---|---|
| FaceNormal | returned Normal vector of the identified face |