EResizableWindowZone

The resizable window zone the user is interacting with

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphNodeResizable

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library