ISlateReflectorModule

Interface for messaging modules.

Unreal Engine C++ API Reference > Developer > SlateReflector

Inheritance Hierarchy

References

   
Module SlateReflector
Header /Engine/Source/Developer/SlateReflector/Public/ISlateReflectorModule.h
Include #include "ISlateReflectorModule.h"

Syntax

class ISlateReflectorModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)  

Remarks

Interface for messaging modules.

Destructors

Type Name Description
  ~ISlateReflectorModule () Virtual destructor.

Functions

Type Name Description
TSharedRef< ... CreateNavigationEventSimulationView ( const FNavigationEventSimulationVie... ) Create a widget to visualize the result of a Navigation Event Simulation.
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
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
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
FSlateNaviga... GetNavigationEventSimulator () Get the Navigation Event Simulator used by the widget reflector.
void RegisterTabSpawner ( const TSharedPtr< FWorkspaceItem > ... ) Registers a tab spawner for the widget reflector.
void UnregisterTabSpawner () Unregisters the tab spawner for the widget reflector.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library