SWidget::EnableToolTipForceField

Sets whether this widget is a "tool tip force field".

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 EnableToolTipForceField
(
    const bool bEnableForceField
)

Remarks

Sets whether this widget is a "tool tip force field". That is, tool-tips should never spawn over the area occupied by this widget, and will instead be repelled to an outside edge

Parameters

Parameter

Description

bEnableForceField

True to enable tool tip force field for this widget

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