Skip to main content

Game Viewport Client

Base:
UCommonGameViewportClient
Type:
UNGameViewportClient
Header File:
NexusUI/Public/NGameViewportClient.h

A viewport with some base functionality added.

UFunctions​

Toggle World Rendering​

/**
* Toggles if the world should render.
* @remark This can be useful when you pause a game and want to show a fullscreen UI.
* @param bNewValue Should the world render?
*/
void ToggleWorldRendering(const bool bNewValue)