![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ToolContextInterfaces.h>
Public Member Functions | |
| virtual | ~IToolsContextRenderAPI () |
| virtual FPrimitiveDrawInterface * | GetPrimitiveDrawInterface ()=0 |
| virtual const FSceneView * | GetSceneView ()=0 |
| virtual FViewCameraState | GetCameraState ()=0 |
| virtual EViewInteractionState | GetViewInteractionState ()=0 |
Users of the Tools Framework need to implement IToolsContextRenderAPI to allow Tools, Indicators, and Gizmos to make low-level rendering calls for things like line drawing. This API will be passed to eg UInteractiveTool::Render(), so access is only provided when it makes sense to call the functions
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |