Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | SLazyToolTip |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Widgets/SLazyToolTip.h |
| Include Path | #include "InsightsCore/Widgets/SLazyToolTip.h" |
Syntax
class SLazyToolTip :
public SCompoundWidget ,
public IToolTip
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SLazyToolTip
- FSlateControlledConstruction → SWidget → SCompoundWidget → SLazyToolTip
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ToolTipWidget | TSharedPtr< SToolTip > | InsightsCore/Widgets/SLazyToolTip.h | ||
| WeakCreator | TWeakPtr< const ILazyToolTipCreator > | InsightsCore/Widgets/SLazyToolTip.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
InsightsCore/Widgets/SLazyToolTip.h | ||
void InvalidateWidget() |
InsightsCore/Widgets/SLazyToolTip.h |
Overridden from IToolTip
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > AsWidget() |
InsightsCore/Widgets/SLazyToolTip.h | ||
virtual TSharedRef< SWidget > GetContentWidget() |
InsightsCore/Widgets/SLazyToolTip.h | ||
virtual bool IsEmpty() |
InsightsCore/Widgets/SLazyToolTip.h | ||
virtual bool IsInteractive() |
InsightsCore/Widgets/SLazyToolTip.h | ||
virtual void OnClosed() |
InsightsCore/Widgets/SLazyToolTip.h | ||
virtual void OnOpening() |
InsightsCore/Widgets/SLazyToolTip.h | ||
virtual void SetContentWidget
(
const TSharedRef< SWidget >& InContentWidget |
InsightsCore/Widgets/SLazyToolTip.h |