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