Navigation
API > API/Plugins > API/Plugins/VPUtilities > API/Plugins/VPUtilities/UVPFullScreenUserWidget
Description
Sets the widget class to be displayed. This must be called while not widget is being displayed - the class will not be updated while IsDisplayed().
| Name | SetWidgetClass |
| Type | function |
| Header File | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Public/Widgets/VPFullScreenUserWidget.h |
| Include Path | #include "Widgets/VPFullScreenUserWidget.h" |
| Source | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Private/Widgets/VPFullScreenUserWidget.cpp |
void SetWidgetClass
(
TSubclassOf < UUserWidget > InWidgetClass
)