FEditorWidgetsModule

Editor Widgets module

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FEditorWidgetsModule

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h

Include

#include "EditorWidgetsModule.h"

Syntax

class FEditorWidgetsModule : public IModuleInterface

Remarks

Editor Widgets module

Functions

Name Description

Public function Virtual

TSharedRef< ...

 

CreateAssetDiscoveryIndicator

(
    EAssetDiscoveryIndicatorScaleMode::...,
    FMargin Padding,
    bool bFadeIn
)

Creates a widget that visualizes the asset discovery progress and collapses away when complete

Public function Virtual

TSharedRef< ...

 

CreateObjectNameEditableTextBox

(
    const TArray< TWeakObjectPtr< UObje...
)

Creates a new text box for viewing the names of objects or editing the labels of actors

Public function Virtual

TSharedRef< ...

 

CreateTransportControl

(
    const FTransportControlArgs& Args
)

Creates a widget that allows play/pause, and general time controls

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the plugin is unloaded, right before the plugin object is destroyed.

Public function Virtual

void

 

StartupModule()

Called right after the plugin DLL has been loaded and the plugin object has been created

Constants

Name

Description

EditorWidgetsAppIdentifier

Editor Widgets app identifier string

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