Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FEmbeddedKeepAwake Class Reference

#include <EmbeddedCommunication.h>

+ Collaboration diagram for FEmbeddedKeepAwake:

Public Member Functions

 FEmbeddedKeepAwake (FName InRequester, bool bInNeedsRendering)
 
 FEmbeddedKeepAwake (const FEmbeddedKeepAwake &Other)
 
 FEmbeddedKeepAwake (FEmbeddedKeepAwake &&Other)
 
 ~FEmbeddedKeepAwake ()
 
FEmbeddedKeepAwakeoperator= (const FEmbeddedKeepAwake &Other) &
 
FEmbeddedKeepAwakeoperator= (FEmbeddedKeepAwake &&Other) &
 
bool GetNeedsRendering () const
 
FName GetRequester () const
 

Private Attributes

FName Requester
 
bool bNeedsRendering = false
 
bool bIsValid = true
 

Detailed Description

Definition at line 110 of file EmbeddedCommunication.h.

Constructor & Destructor Documentation

◆ FEmbeddedKeepAwake() [1/3]

FEmbeddedKeepAwake::FEmbeddedKeepAwake ( FName InRequester,
bool bInNeedsRendering )
inline

Definition at line 115 of file EmbeddedCommunication.h.

+ Here is the call graph for this function:

◆ FEmbeddedKeepAwake() [2/3]

FEmbeddedKeepAwake::FEmbeddedKeepAwake ( const FEmbeddedKeepAwake & Other)
inline

Definition at line 122 of file EmbeddedCommunication.h.

+ Here is the call graph for this function:

◆ FEmbeddedKeepAwake() [3/3]

FEmbeddedKeepAwake::FEmbeddedKeepAwake ( FEmbeddedKeepAwake && Other)
inline

Definition at line 133 of file EmbeddedCommunication.h.

◆ ~FEmbeddedKeepAwake()

FEmbeddedKeepAwake::~FEmbeddedKeepAwake ( )
inline

Definition at line 144 of file EmbeddedCommunication.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ GetNeedsRendering()

bool FEmbeddedKeepAwake::GetNeedsRendering ( ) const
inline

Definition at line 190 of file EmbeddedCommunication.h.

◆ GetRequester()

FName FEmbeddedKeepAwake::GetRequester ( ) const
inline

Definition at line 191 of file EmbeddedCommunication.h.

◆ operator=() [1/2]

FEmbeddedKeepAwake & FEmbeddedKeepAwake::operator= ( const FEmbeddedKeepAwake & Other) &
inline

Definition at line 152 of file EmbeddedCommunication.h.

+ Here is the call graph for this function:

◆ operator=() [2/2]

FEmbeddedKeepAwake & FEmbeddedKeepAwake::operator= ( FEmbeddedKeepAwake && Other) &
inline

Definition at line 173 of file EmbeddedCommunication.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ bIsValid

bool FEmbeddedKeepAwake::bIsValid = true
private

Definition at line 196 of file EmbeddedCommunication.h.

◆ bNeedsRendering

bool FEmbeddedKeepAwake::bNeedsRendering = false
private

Definition at line 195 of file EmbeddedCommunication.h.

◆ Requester

FName FEmbeddedKeepAwake::Requester
private

Definition at line 194 of file EmbeddedCommunication.h.


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