UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SingleParticlePhysicsProxyFwd.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5namespace Chaos
6{
7 template <typename T, int d>
8 class TGeometryParticle;
9
10 template <typename T, int d>
11 class TKinematicGeometryParticle;
12
13 template <typename T, int d>
14 class TPBDRigidParticle;
15
16 class FRigidBodyHandle_External;
17 class FRigidBodyHandle_Internal;
18
19 class FSingleParticlePhysicsProxy;
20}
Definition SkeletalMeshComponent.h:307