SToolTip::SetContentWidget

Sets the tool tip's content widget.

Windows
MacOS
Linux

Override Hierarchy

IToolTip::SetContentWidget()

SToolTip::SetContentWidget()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h

Include

#include "Widgets/SToolTip.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/SToolTip.cpp

Syntax

virtual void SetContentWidget
(
    const TSharedRef< SWidget > & InContentWidget
)

Remarks

Sets the tool tip's content widget.

Parameters

Parameter

Description

InContentWidget

The new content widget to set.

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