UDisplayClusterGameEngine

Extended game engine

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/DisplayClusterGameEngine.h

Include

#include "DisplayClusterGameEngine.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UDisplayClusterGameEngine : public UGameEngine

Remarks

Extended game engine

Functions

Overridden from UEngine

Name Description

Public function Virtual

void

 

Init

(
    IEngineLoop* InEngineLoop
)

Initialize the game engine.

Public function Virtual

bool

 

LoadMap

(
    FWorldContext& WorldContext,
    FURL URL,
    UPendingNetGame* Pending,
    FString& Error
)

Public function Virtual

void

 

PreExit()

Called at shutdown, just before the exit purge.

Public function Virtual

void

 

Tick

(
    float DeltaSeconds,
    bool bIdleMode
)

Update everything.

Protected function Virtual

void

 

UpdateTimeAndHandleMaxTickRate()

Update FApp::CurrentTime / FApp::DeltaTime while taking into account max tick rate.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss