Skip to content

Commit

Permalink
more unreal plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Oct 14, 2024
1 parent bf6a59d commit 16621cf
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "NewtonJoint.h"
#include "NewtonCollision.h"
#include "NewtonWorldActor.h"
#include "NewtonCollisionConvexHull.h"
#include "ThirdParty/newtonLibrary/Public/dNewton/ndNewton.h"
#include "ThirdParty/newtonLibrary/Public/thirdParty/ndConvexApproximation.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pragma once

#include "Modules/ModuleManager.h"
#include "DynamicMesh/DynamicMesh3.h"
#include "Interfaces/IPluginManager.h"

#define UNREAL_UNIT_SYSTEM ndFloat32 (100.0f)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"SupportURL": "",
"EngineVersion": "5.4.0",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"Modules": [
{
Expand Down

0 comments on commit 16621cf

Please sign in to comment.