![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CookOnTheFly.h>
Inheritance diagram for UE::Cook::ICookOnTheFlyModule:Public Member Functions | |
| virtual | ~ICookOnTheFlyModule () |
| virtual TSharedPtr< ICookOnTheFlyServerConnection > | GetDefaultServerConnection ()=0 |
| virtual TUniquePtr< ICookOnTheFlyServerConnection > | ConnectToServer (const FCookOnTheFlyHostOptions &HostOptions)=0 |
Public Member Functions inherited from IModuleInterface | |
| virtual | ~IModuleInterface () |
| virtual void | StartupModule () |
| virtual void | PreUnloadCallback () |
| virtual void | PostLoadCallback () |
| virtual void | ShutdownModule () |
| virtual bool | SupportsDynamicReloading () |
| virtual bool | SupportsAutomaticShutdown () |
| virtual bool | IsGameModule () const |
Cook-on-the-fly module
|
inlinevirtual |
|
pure virtual |
Connect to the cook-on-the-fly server.
| HostOptions | Cook-on-the-fly host options. |
Implemented in FCookOnTheFlyModule.
|
pure virtual |
Implemented in FCookOnTheFlyModule.