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 SetTriangleMaterial
(
UMaterialInterface * Material
)
Remarks
Set the material of the triangle
Parameters
| Name | Description |
|---|---|
| Material | The new material that should be assigned to the triangle |