Update to 5.5.3, Recorder Phyiscs Setup

This commit is contained in:
Simeon "Waldo" Wallrath 2025-02-11 23:08:06 +01:00
parent 957da6595e
commit 9f1d581a21
13 changed files with 32 additions and 6 deletions

Binary file not shown.

View file

@ -5,6 +5,7 @@
#include "TimerManager.h" #include "TimerManager.h"
#include "Net/UnrealNetwork.h" #include "Net/UnrealNetwork.h"
#include "Engine/SkeletalMesh.h"
#include "PhysicsReplication.h" #include "PhysicsReplication.h"
#include "PhysicsEngine/PhysicsAsset.h" #include "PhysicsEngine/PhysicsAsset.h"
#include "PhysicsEngine/BodySetup.h" #include "PhysicsEngine/BodySetup.h"

View file

@ -7,6 +7,7 @@
#include "PhysicsEngine/ShapeElem.h" #include "PhysicsEngine/ShapeElem.h"
#include "PhysicsEngine/ConstraintInstance.h" #include "PhysicsEngine/ConstraintInstance.h"
#include "ReferenceSkeleton.h" #include "ReferenceSkeleton.h"
#include "Engine/SkinnedAsset.h"
#include "DrawDebugHelpers.h" #include "DrawDebugHelpers.h"
#if UE_ENABLE_DEBUG_DRAWING #if UE_ENABLE_DEBUG_DRAWING