UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysicsInitialization.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "PhysicsCore.h"
7
8namespace PhysDLLHelper
9{
14
19}
20
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void PHYSICSCORE_API TermGamePhysCore()
Definition PhysicsInitialization.cpp:49
bool PHYSICSCORE_API InitGamePhysCore()
Definition PhysicsInitialization.cpp:36
Definition PhysXLibs.cpp:15
PHYSICSCORE_API bool LoadPhysXModules(bool bLoadCookingModule)
Definition PhysXLibs.cpp:151
PHYSICSCORE_API void UnloadPhysXModules()
Definition PhysXLibs.cpp:212