Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/AVREditorFloatingUI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetUserWidget () |
Returns casted userwidget | UI/VREditorFloatingUI.h | |
UUserWidget * GetUserWidget () |
Gets the current user widget of this floating UI, return nullptr if using slate widget | UI/VREditorFloatingUI.h |
GetUserWidget()
Description
Returns casted userwidget
| Name | GetUserWidget |
| Type | function |
| Header File | /Engine/Source/Editor/VREditor/Public/UI/VREditorFloatingUI.h |
| Include Path | #include "UI/VREditorFloatingUI.h" |
template<class T>
T * GetUserWidget() const
GetUserWidget()
Description
Gets the current user widget of this floating UI, return nullptr if using slate widget
| Name | GetUserWidget |
| Type | function |
| Header File | /Engine/Source/Editor/VREditor/Public/UI/VREditorFloatingUI.h |
| Include Path | #include "UI/VREditorFloatingUI.h" |
| Source | /Engine/Source/Editor/VREditor/Private/UI/VREditorFloatingUI.cpp |
UUserWidget * GetUserWidget()