Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseTools > API/Runtime/InteractiveToolsFramework/BaseTools/UBaseBrushTool
- UInteractiveTool::Render()
- UBaseBrushTool::Render()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/BaseBrushTool.h |
| Include | #include "BaseTools/BaseBrushTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseTools/BaseBrushTool.cpp |
virtual void Render
(
IToolsContextRenderAPI * RenderAPI
)
Remarks
Allow the Tool to do any custom drawing (ie via PDI/RHI)
Parameters
| Name | Description |
|---|---|
| RenderAPI | Abstraction that provides access to Rendering in the current ToolsContext |