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 SetTriangleUVs
(
FVector2D A,
FVector2D B,
FVector2D C
)
Remarks
Set the UV coordinates of the triangle
Parameters
| Name | Description |
|---|---|
| A | The UV coordinate of the first corner of the triangle |
| B | The UV coordinate of the second corner of the triangle |
| C | The UV coordinate of the third corner of the triangle |