Home › Per Unreal docs, the SLATE framework is used to …
Per Unreal docs, the SLATE framework is used to build which kind of UI inside Unreal Engine?
APlayer HUD only at runtime no editor use
BEditor UI: toolbars, panels, custom asset editors
CServer-side dashboard UI for live-ops only
DConsole + log output exclusively in editor
Answer & Solution
Correct answer: B. Editor UI: toolbars, panels, custom asset editors
Unreal docs (Slate UI): Slate is the immediate-mode C++ UI framework for editor tools + the engine itself. UMG (Unreal Motion Graphics) wraps Slate for in-game UI.
Related questions
Per Godot docs (TOOL scripts), prefixing a GDScript file with @tool causes which behaviourPer Visual Studio + JetBrains Rider integration with Unity, the EDITORATTACH protocol thatPer Unity Asset Store + Unreal Marketplace guidelines, a TOOL author's INSPECTOR should haPer Unity DOTS / Burst docs, a CUSTOM INSPECTOR using UI TOOLKIT (vs IMGUI) is preferred fPer Unreal docs (UPROPERTY + UFUNCTION), the UNREAL HEADER TOOL parses macros at build timPer Houdini docs, a DIGITAL ASSET (HDA) lets tools authors do which?Per Blender Python (bpy) docs, the bpy module structure groups data in which sub-namespacePer Unity Editor docs, the SERIALIZED OBJECT API is preferred over direct field access in