EResizableWindowZone

The resizable window zone the user is interacting with

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphNodeResizable.h

Include

#include "SGraphNodeResizable.h"

Syntax

enum EResizableWindowZone
{
    CRWZ_NotInWindow          = 0,
    CRWZ_InWindow             = 1,
    CRWZ_RightBorder          = 2,
    CRWZ_BottomBorder         = 3,
    CRWZ_BottomRightBorder    = 4,
    CRWZ_LeftBorder           = 5,
    CRWZ_TopBorder            = 6,
    CRWZ_TopLeftBorder        = 7,
    CRWZ_TopRightBorder       = 8,
    CRWZ_BottomLeftBorder     = 9,
    CRWZ_TitleBar             = 10,
}

Values

Name

Description

CRWZ_NotInWindow

CRWZ_InWindow

CRWZ_RightBorder

CRWZ_BottomBorder

CRWZ_BottomRightBorder

CRWZ_LeftBorder

CRWZ_TopBorder

CRWZ_TopLeftBorder

CRWZ_TopRightBorder

CRWZ_BottomLeftBorder

CRWZ_TitleBar

Remarks

The resizable window zone the user is interacting with

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