ETransformMode::Type

The logical type of transform that can be applied to a widget.

Windows
MacOS
Linux

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/IUMGDesigner.h

Include

#include "IUMGDesigner.h"

Syntax

namespace ETransformMode
{
    enum Type
    {
        Layout,
        Render,
    }
}

Values

Name

Description

Layout

Allows parent transfers

Render

Only effects the rendered appearance of the widget

Remarks

The logical type of transform that can be applied to a widget.

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