Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | FVersionWidget |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/MiscUtils.h |
| Include Path | #include "InsightsCore/Common/MiscUtils.h" |
Syntax
class FVersionWidget : public TSharedFromThis< FVersionWidget >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FVersionWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVersionWidget() |
InsightsCore/Common/MiscUtils.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVersionWidget() |
InsightsCore/Common/MiscUtils.h |
Enums
Public
| Name | Remarks |
|---|---|
| EDisplayMode |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayMode | EDisplayMode | InsightsCore/Common/MiscUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateWidget() |
InsightsCore/Common/MiscUtils.h | ||
virtual FSlateColor GetColor() |
InsightsCore/Common/MiscUtils.h | ||
EDisplayMode GetDisplayMode() |
InsightsCore/Common/MiscUtils.h | ||
virtual FText GetWidgetText() |
InsightsCore/Common/MiscUtils.h | ||
void NextDisplayMode() |
InsightsCore/Common/MiscUtils.h | ||
virtual FReply OnDoubleClicked
(
const FGeometry&, |
InsightsCore/Common/MiscUtils.h | ||
void SetDisplayMode
(
EDisplayMode InDisplayMode |
InsightsCore/Common/MiscUtils.h |