SWidget::FindChildGeometries_Helper

Actual implementation of FindChildGeometries.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp

Syntax

void FindChildGeometries_Helper
(
    const FGeometry & MyGeometry,
    const TSet< TSharedRef< SWidget > > & WidgetsToFind,
    TMap< TSharedRef< SWidget >, FArrangedWidget > & OutResult
) const

Remarks

Actual implementation of FindChildGeometries.

Parameters

Parameter

Description

MyGeometry

The geometry of this widget.

WidgetsToFind

The widgets whose geometries we wish to discover.

OutResult

A map of widget references to their respective geometries.

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