FCell

All the available space is partitioned into Cells.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/HittestGrid.h"

Syntax

struct FCell

Remarks

All the available space is partitioned into Cells. Each Cell contains a list of widgets that overlap the cell. The list is ordered from back to front.

Constructors

Name Description

Public function

FCell()

Functions

Name Description

Public function

void

 

AddIndex

(
    int32 WidgetIndex
)

Public function Const

const TArray...

 

GetWidgetIndexes()

Public function

void

 

RemoveIndex

(
    int32 WidgetIndex
)

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