ISlateReflectorModule

Interface for messaging modules.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~ISlateReflectorModule()

Virtual destructor.

Functions

Name Description

Public function

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

Public function

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

Public function

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

Public function

void

 

RegisterTabSpawner

(
    const TSharedPtr< FWorkspaceItem > ...
)

Registers a tab spawner for the widget reflector.

Public function

void

 

UnregisterTabSpawner()

Unregisters the tab spawner for the widget reflector.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss