Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UScriptableToolTriangle
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolTriangle.h |
| Include | #include "Drawing/ScriptableToolTriangle.h" |
Syntax
UCLASS (BlueprintType)
class UScriptableToolTriangle : public UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRenderableTriangle | |||
| int32 | |||
| bool | IsDirty () |
||
| void | SetTriangleColors
(
FColor A, |
Set the vertex colors of the triangle | |
| void | SetTriangleID
(
int32 TriangleIDIn |
||
| void | SetTriangleMaterial
(
UMaterialInterface* Material |
Set the material of the triangle | |
| void | SetTriangleNormals
(
FVector A, |
Set the normal values of the triangle | |
| void | SetTrianglePoints
(
FVector A, |
Set the points of the triangle | |
| void | SetTriangleUVs
(
FVector2D A, |
Set the UV coordinates of the triangle |