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