Base user widget, inheriting from UUserWidget
More...
#include <RRUserWidget.h>
|
| UPanelWidget * | MainPanelWidget = nullptr |
| |
| TObjectPtr< UWidgetComponent > | OwnerWidgetComponent = nullptr |
| | WidgetComponent is a mesh component as surface in the 3D environment on which to render widgets normally rendered to. More...
|
| |
| UTextBlock * | TextBlock = nullptr |
| |
◆ AddChildWidget()
template<typename TChildWidget >
| TChildWidget* URRUserWidget::AddChildWidget |
( |
const TCHAR * |
InChildWidgetNameAffix | ) |
|
|
inline |
◆ HasValidContents()
| virtual bool URRUserWidget::HasValidContents |
( |
| ) |
|
|
inlinevirtual |
◆ NativeSupportsKeyboardFocus()
| virtual bool URRUserWidget::NativeSupportsKeyboardFocus |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
◆ RebuildWidget()
| virtual TSharedRef<SWidget> URRUserWidget::RebuildWidget |
( |
| ) |
|
|
overrideprotectedvirtual |
Invoked as the widget is added to the viewport.
◆ SetActivated()
| void URRUserWidget::SetActivated |
( |
bool |
bIsActivated | ) |
|
◆ SetLabelText()
| void URRUserWidget::SetLabelText |
( |
const FString & |
InText | ) |
|
◆ SetupContents()
| virtual void URRUserWidget::SetupContents |
( |
| ) |
|
|
protectedvirtual |
◆ MainPanelWidget
| UPanelWidget* URRUserWidget::MainPanelWidget = nullptr |
◆ OwnerWidgetComponent
| TObjectPtr<UWidgetComponent> URRUserWidget::OwnerWidgetComponent = nullptr |
WidgetComponent is a mesh component as surface in the 3D environment on which to render widgets normally rendered to.
the screen. It is first rendered to a render target, then that render target is displayed in the world.
UPROPERTY(EditAnywhere, BlueprintReadWrite)
◆ TextBlock
| UTextBlock* URRUserWidget::TextBlock = nullptr |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/rapyutasimulationplugins/checkouts/spline_path/Source/RapyutaSimulationPlugins/Public/UI/RRUserWidget.h