ITextureEditorModule::CreateTextureEditor

Creates a new Texture editor.

References

Module

TextureEditor

Header

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

Include

#include "Interfaces/ITextureEditorModule.h"

Syntax

TSharedRef< ITextureEditorToolkit > CreateTextureEditor
(
    const EToolkitMode::Type Mode,
    const TSharedPtr< IToolkitHost > & InitToolkitHost,
    UTexture * Texture
)

Remarks

Creates a new Texture editor.

Parameters

Parameter

Description

Mode

InitToolkitHost

Texture

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