Navigation
API > API/Developer > API/Developer/Virtualization > API/Developer/Virtualization/IVirtualizationBackend
Description
Attempt to connect the backend to its services if not already connected.
@praram bAllowReconnect When true the backend will attempt to connect to it's services even if it has previously failed to do so. When false the backend will only ever attempt to connect a single time with that result being final.
| Name | TryConnect |
| Type | function |
| Header File | /Engine/Source/Developer/Virtualization/Public/IVirtualizationBackend.h |
| Include Path | #include "IVirtualizationBackend.h" |
EConnectionStatus TryConnect
(
bool bAllowReconnect
)
The current connection status of the backend.