Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing > API/Plugins/ScriptableToolsFramework/Drawing/UScriptableToolQuad
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|Quads")
void SetQuadPoints
(
FVector A,
FVector B,
FVector C,
FVector D
)
Remarks
Set the points of the quad
Parameters
| Name | Description |
|---|---|
| A | The position of the first corner of the quad |
| B | The position of the second corner of the quad |
| C | The position of the third corner of the quad |
| D | The position of the fourth corner of the quad |