UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ChaosVehiclesEngineModule.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Modules/ModuleInterface.h
"
6
7
class
CHAOSVEHICLESENGINE_API
FChaosVehiclesEngineModule
:
public
IModuleInterface
8
{
9
public
:
10
virtual
void
StartupModule
()
override
{};
11
virtual
void
ShutdownModule
()
override
{};
12
};
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
ModuleInterface.h
FChaosVehiclesEngineModule
Definition
ChaosVehiclesEngineModule.h:8
FChaosVehiclesEngineModule::StartupModule
virtual void StartupModule() override
Definition
ChaosVehiclesEngineModule.h:10
FChaosVehiclesEngineModule::ShutdownModule
virtual void ShutdownModule() override
Definition
ChaosVehiclesEngineModule.h:11
IModuleInterface
Definition
ModuleInterface.h:14
Engine
Source
Runtime
Experimental
ChaosVehicles
ChaosVehiclesEngine
Public
ChaosVehiclesEngineModule.h
Generated by
1.9.8