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