Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FPlatformHostCommunicationAutoInit< T > Struct Template Reference

#include <GenericPlatformHostCommunication.h>

Public Member Functions

 FPlatformHostCommunicationAutoInit ()
 
 ~FPlatformHostCommunicationAutoInit ()
 
 operator T& ()
 

Public Attributes

T HostCommunication
 

Detailed Description

template<typename T>
struct FPlatformHostCommunicationAutoInit< T >

Helper RAII type for auto initializing instances derived from IPlatformHostCommunication.

Definition at line 135 of file GenericPlatformHostCommunication.h.

Constructor & Destructor Documentation

◆ FPlatformHostCommunicationAutoInit()

◆ ~FPlatformHostCommunicationAutoInit()

Member Function Documentation

◆ operator T&()

Definition at line 147 of file GenericPlatformHostCommunication.h.

Member Data Documentation

◆ HostCommunication

template<typename T >
T FPlatformHostCommunicationAutoInit< T >::HostCommunication

Definition at line 152 of file GenericPlatformHostCommunication.h.


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