ITextureEditorModule

Interface for texture editor modules.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

TextureEditor

Header

/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorModule.h

Include

#include "Interfaces/ITextureEditorModule.h"

Syntax

class ITextureEditorModule :
    public IModuleInterface,
    public IHasMenuExtensibility,
    public IHasToolBarExtensibility

Remarks

Interface for texture editor modules.

Functions

Name Description

Public function

TSharedRef< ...

 

CreateTextureEditor

(
    const EToolkitMode::Type Mode,
    const TSharedPtr< IToolkitHost >& ...,
    UTexture* Texture
)

Creates a new Texture editor.

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