Navigation
API > API/Developer > API/Developer/SlateReflector
Interface for messaging modules.
| Name | ISlateReflectorModule |
| Type | class |
| Header File | /Engine/Source/Developer/SlateReflector/Public/ISlateReflectorModule.h |
| Include Path | #include "ISlateReflectorModule.h" |
Syntax
class ISlateReflectorModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISlateReflectorModule() |
Virtual destructor. | ISlateReflectorModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< INavigationEventSimulationView > CreateNavigationEventSimulationView
(
const FNavigationEventSimulationViewArgs& DetailsViewArgs |
Create a widget to visualize the result of a Navigation Event Simulation. | ISlateReflectorModule.h | |
void DisplayFontAtlasVisualizer() |
Display the texture atlas visualizer, either spawned from a tab manager, or in a new window if the tab manager can't be used | ISlateReflectorModule.h | |
void DisplayTextureAtlasVisualizer() |
Display the texture atlas visualizer, either spawned from a tab manager, or in a new window if the tab manager can't be used | ISlateReflectorModule.h | |
void DisplayWidgetReflector() |
Display the widget reflector, either spawned from a tab manager, or in a new window if the tab manager can't be used | ISlateReflectorModule.h | |
FSlateNavigationEventSimulator * GetNavigationEventSimulator() |
Get the Navigation Event Simulator used by the widget reflector. | ISlateReflectorModule.h | |
void RegisterTabSpawner
(
const TSharedPtr< FWorkspaceItem >& WorkspaceGroup |
Registers a tab spawner for the widget reflector. | ISlateReflectorModule.h | |
void UnregisterTabSpawner() |
Unregisters the tab spawner for the widget reflector. | ISlateReflectorModule.h |