FHittestGrid::AddWidget

Add [SWidget](API\Runtime\SlateCore\Widgets\SWidget) from the HitTest Grid

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/HittestGrid.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp

Syntax

void AddWidget
(
    const TSharedRef< SWidget > & InWidget,
    int32 InBatchPriorityGroup,
    int32 InLayerId,
    FSlateInvalidationWidgetSortOrder InSecondarySort
)

Remarks

Add SWidget from the HitTest Grid

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