Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformHostCommunication.h |
| Include | #include "GenericPlatform/GenericPlatformHostCommunication.h" |
Syntax
enum EHostProtocol
{
CookOnTheFly = 0,
}
Values
| Name | Description |
|---|---|
| CookOnTheFly |
Remarks
Known custom communication protocols used by the engine.
These values may be used as ProtocolIndex parameter when calling OpenConnection.