FChaosVehiclesCoreModule::StartupModule

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IModuleInterface::StartupModule()

FChaosVehiclesCoreModule::StartupModule()

References

Module

ChaosVehiclesCore

Header

/Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/ChaosVehiclesCoreModule.h

Include

#include "ChaosVehiclesCoreModule.h"

Syntax

virtual void StartupModule()

Remarks

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. ie:

FModuleManager::Get().LoadModuleChecked(TEXT("HTTP"));