FWidgetData

Widget Data we maintain internally store along with the widget reference

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h

Include

#include "Input/HittestGrid.h"

Syntax

struct FWidgetData

Remarks

Widget Data we maintain internally store along with the widget reference

Variables

Name Description

Public variable

TWeakPtr< ICust...

 

CustomPath

Public variable

FIntPoint

 

LowerRightCell

Public variable

int64

 

PrimarySort

Public variable

FSlateInvalidat...

 

SecondarySort

Public variable

FIntPoint

 

UpperLeftCell

Public variable

int32

 

UserIndex

Public variable

TWeakPtr< SWidg...

 

WeakWidget

Constructors

Name Description

Public function

FWidgetData

(
    TSharedRef< SWidget > InWidget,
    const FIntPoint& InUpperLeftCell,
    const FIntPoint& InLowerRightCell,
    int64 InPrimarySort,
    FSlateInvalidationWidgetSortOrder I...,
    int32 InUserIndex
)

Functions

Name Description

Public function Const

TSharedPtr< ...

 

GetWidget()

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