Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UScriptableToolQuad
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolTriangle.h |
| Include | #include "Drawing/ScriptableToolTriangle.h" |
Syntax
UCLASS (BlueprintType)
class UScriptableToolQuad : public UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TPair< FRenderableTriangle, FRenderableTriangle > | |||
| int32 | |||
| int32 | |||
| bool | IsDirty () |
||
| void | SetQuadColors
(
FColor A, |
Set the vertex colors of the quad | |
| void | SetQuadMaterial
(
UMaterialInterface* Material |
Set the material of the quad | |
| void | SetQuadNormals
(
FVector A, |
Set the normal values of the quad | |
| void | SetQuadPoints
(
FVector A, |
Set the points of the quad | |
| void | SetQuadUVs
(
FVector2D A, |
Set the UV coordinates of the quad | |
| void | SetTriangleAID
(
int32 TriangleIDIn |
||
| void | SetTriangleBID
(
int32 TriangleIDIn |