UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPlatformHostCommunicationAutoInit< T > Struct Template Reference

#include <GenericPlatformHostCommunication.h>

Public Member Functions

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

Public Attributes

HostCommunication
 

Detailed Description

template<typename T>
struct FPlatformHostCommunicationAutoInit< T >

Helper RAII type for auto initializing instances derived from IPlatformHostCommunication.

Constructor & Destructor Documentation

◆ FPlatformHostCommunicationAutoInit()

◆ ~FPlatformHostCommunicationAutoInit()

Member Function Documentation

◆ operator T&()

template<typename T >
FPlatformHostCommunicationAutoInit< T >::operator T& ( )
inline

Member Data Documentation

◆ HostCommunication

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

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