(39) 's Extra Blueprint Nodes for You as a Plugin, No C++ Required!

Epic Needs to fix the PhysX Errors!

@Parvan

Oh!

These are the PhysX errors!

** is a problem that Epic has to fix!**



1>ThirdParty/PhysX/PhysX-3.3/include\foundation/unix/PxUnixIntrinsics.h(92,10): error : use of undeclared identifier 'isfinite'; did you mean 'isFinite'?
1> return isfinite(a);
1> ^~~~~~~~
1> isFinite
1> ThirdParty/PhysX/PhysX-3.3/include\foundation/unix/PxUnixIntrinsics.h(90,23) : note: 'isFinite' declared here
1> PX_FORCE_INLINE bool isFinite(float a)
1> ^
1>ThirdParty/PhysX/PhysX-3.3/include\foundation/unix/PxUnixIntrinsics.h(98,10): error : use of undeclared identifier '**isfinite**'; did you mean '****isFinite****'?
1> return isfinite(a);
1> ^~~~~~~~
1> isFinite
1> ThirdParty/PhysX/PhysX-3.3/include\foundation/unix/PxUnixIntrinsics.h(90,23) : note: 'isFinite' declared here
1> PX_FORCE_INLINE bool isFinite(float a)


In the short term you can go into the relevant PhysX files and change isfinite to IsFinite yourself ( do so at your own risk, let me know how it goes )

PS: add your voice here to get addressed faster by Epic