Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
UViewportWorldWidget Class Reference

#include "ViewportWorldWidget.h"

Inheritance diagram for UViewportWorldWidget:
[legend]
Collaboration diagram for UViewportWorldWidget:
[legend]

Public Member Functions

 UViewportWorldWidget ()
 
virtual TSharedRef< SWidget > RebuildWidget () override
 
virtual void ReleaseSlateResources (bool bReleaseChildren) override
 
bool LoadGameWorld (TSoftObjectPtr< UWorld > TargetWorld, const FViewportWorldOptions WorldOptions=FViewportWorldOptions(), const bool bInitializeActors=true, const bool bBeginPlay=true, const FString GameOptions="")
 
void SetShowInfoText (const bool bShow)
 
FORCEINLINE EViewportWorldRenderingMode GetRenderingMode () const
 
FORCEINLINE EViewportWorldViewMode GetViewMode () const
 
FORCEINLINE bool ShowDebugSlateText () const
 

Protected Attributes

bool bShowDebugSlateText
 
EViewportWorldRenderingMode RenderingMode
 
EViewportWorldViewMode ViewMode
 
FPostProcessSettings FastRenderPostProcess
 
TSharedPtr< SViewportWorldViewportWidget
 

Constructor & Destructor Documentation

◆ UViewportWorldWidget()

UViewportWorldWidget::UViewportWorldWidget ( )

Member Function Documentation

◆ GetRenderingMode()

FORCEINLINE EViewportWorldRenderingMode UViewportWorldWidget::GetRenderingMode ( ) const
inline

◆ GetViewMode()

FORCEINLINE EViewportWorldViewMode UViewportWorldWidget::GetViewMode ( ) const
inline

◆ LoadGameWorld()

bool UViewportWorldWidget::LoadGameWorld ( TSoftObjectPtr< UWorld > TargetWorld,
const FViewportWorldOptions WorldOptions = FViewportWorldOptions(),
const bool bInitializeActors = true,
const bool bBeginPlay = true,
const FString GameOptions = "" )
Here is the call graph for this function:

◆ RebuildWidget()

TSharedRef< SWidget > UViewportWorldWidget::RebuildWidget ( )
overridevirtual
Here is the call graph for this function:

◆ ReleaseSlateResources()

void UViewportWorldWidget::ReleaseSlateResources ( bool bReleaseChildren)
overridevirtual

◆ SetShowInfoText()

void UViewportWorldWidget::SetShowInfoText ( const bool bShow)

◆ ShowDebugSlateText()

FORCEINLINE bool UViewportWorldWidget::ShowDebugSlateText ( ) const
inline

Member Data Documentation

◆ bShowDebugSlateText

bool UViewportWorldWidget::bShowDebugSlateText
protected

◆ FastRenderPostProcess

FPostProcessSettings UViewportWorldWidget::FastRenderPostProcess
protected

◆ RenderingMode

EViewportWorldRenderingMode UViewportWorldWidget::RenderingMode
protected

◆ ViewMode

EViewportWorldViewMode UViewportWorldWidget::ViewMode
protected

◆ ViewportWidget

TSharedPtr<SViewportWorld> UViewportWorldWidget::ViewportWidget
protected

The documentation for this class was generated from the following files: