UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysXSupport.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 PhysXSupport.h: PhysX support
5=============================================================================*/
6
7#pragma once
8
9#include "CoreMinimal.h"
10#include "Stats/Stats.h"
11#include "Misc/ScopeLock.h"
12#include "EngineDefines.h"
13#include "Containers/Queue.h"
15#include "PhysXPublic.h"
16#include "PhysXSupportCore.h"
17
18class UBodySetup;
20struct FCollisionShape;
Definition BodySetup.h:128
Definition PhysicalMaterial.h:104
Definition CollisionShape.h:21