Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
UScriptableTool_RenderAPI is helper Object that is created internally by a UScriptableInteractiveTool to allow Blueprints to access basic 3D rendering functionality, in the context of a specific Tool. The OnScriptRender event is called with an instance of this type.
| Name | UScriptableTool_RenderAPI |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include Path | #include "ScriptableInteractiveTool.h" |
Syntax
UCLASS (MinimalAPI, Transient)
class UScriptableTool_RenderAPI : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UScriptableTool_RenderAPI
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UScriptableTool_RenderAPI * DrawLine
(
FVector Start, |
ScriptableInteractiveTool.h |
|
|
UScriptableTool_RenderAPI * DrawRectWidthHeightXY
(
FTransform Transform, |
ScriptableInteractiveTool.h |
|