Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing > API/Plugins/ScriptableToolsFramework/Drawing/UScriptableToolTriangle
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolTriangle.h |
| Include | #include "Drawing/ScriptableToolTriangle.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/Drawing/ScriptableToolTriangle.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Drawing|Triangles")
void SetTriangleNormals
(
FVector A,
FVector B,
FVector C
)
Remarks
Set the normal values of the triangle
Parameters
| Name | Description |
|---|---|
| A | The normal of the first corner of the triangle |
| B | The normal of the second corner of the triangle |
| C | The normal of the third corner of the triangle |