Will the plugin be updated for 4.26?
Announcement
Collapse
No announcement yet.
[OPEN-SOURCE] Machinery Modelling Toolkit
Collapse
X
-
Originally posted by cvtsdmn View PostWill the plugin be updated for 4.26?
- 1 like
Comment
-
-
BoredEngineer saw your physics math posts in another thread when I was going to make my own raycast vehicle physics. When I saw this and it having a solution for substepping etc. It seems like using your system is the way to go! The functionality of these physics looks really cool. Is there any step by step instructions on how to get this going in my own project? I'm using 4.25 and tried to copy in the latest git plugins folder from MTT, it said it wasn't made for that version, tried to compile itself and failed. I've only ever worked with blueprints so not sure how to get any of this going. Any help from either the man himself or anyone here who has got it working would be much appreciated
Keep up the good work
- 1 like
Comment
-
BoredEngineer, hi there. I have a question, it's not about the plugin (but the plugin is nice by the way). My goal is to find a way to predict physics for a ball (sphere) as good as we can in Unreal Engine.Ball can fly, roll, bounce, so there are many variables should be taken into account... Is it possible to make something like separate physics scene running on the background where i'll put initial setup, simulate this complex movement and finally return obtained data to the main game? Or any other solutions?
Comment
-
Been trying to compile the plugin for 4.26 - first it was throwing errors asking for all the header files to be the first includes in each CPP file, which I did, but now I'm getting two more errors:
Code:Error LNK2019 unresolved external symbol "__declspec(dllimport) class UEnum * __cdecl Z_Construct_UEnum_PhysicsCore_EPhysicalSurface(void)" (__imp_?Z_Construct_UEnum_PhysicsCore_EPhysicalSurface@@YAPEAVUEnum@@XZ) referenced in function "void __cdecl `dynamic initializer for 'public: static struct UE4CodeGen_Private::FBytePropertyParams const Z_Construct_UScriptStruct_FContactPointDataStruct_Statics::NewProp_PhysicalSurface''(void)" (??__E?NewProp_PhysicalSurface@Z_Construct_UScriptStruct_FContactPointDataStruct_Statics@@2UFBytePropertyParams@UE4CodeGen_Private@@B@@YAXXZ)
Code:Error LNK2019 unresolved external symbol "__declspec(dllimport) class UClass * __cdecl Z_Construct_UClass_UPhysicalMaterial_NoRegister(void)" (__imp_?Z_Construct_UClass_UPhysicalMaterial_NoRegister@@YAPEAVUClass@@XZ) referenced in function "void __cdecl `dynamic initializer for 'public: static struct UE4CodeGen_Private::FObjectPropertyParams const Z_Construct_UClass_UMMTSuspensionStack_Statics::NewProp_ContactPhysicalMaterial''(void)" (??__E?NewProp_ContactPhysicalMaterial@Z_Construct_UClass_UMMTSuspensionStack_Statics@@2UFObjectPropertyParams@UE4CodeGen_Private@@B@@YAXXZ)
Comment
-
Originally posted by pathtracer View PostBeen trying to compile the plugin for 4.26 - first it was throwing errors asking for all the header files to be the first includes in each CPP file, which I did, but now I'm getting two more errors:
Code:Error LNK2019 unresolved external symbol "__declspec(dllimport) class UEnum * __cdecl Z_Construct_UEnum_PhysicsCore_EPhysicalSurface(void)" (__imp_?Z_Construct_UEnum_PhysicsCore_EPhysicalSurface@@YAPEAVUEnum@@XZ) referenced in function "void __cdecl `dynamic initializer for 'public: static struct UE4CodeGen_Private::FBytePropertyParams const Z_Construct_UScriptStruct_FContactPointDataStruct_Statics::NewProp_PhysicalSurface''(void)" (??__E?NewProp_PhysicalSurface@Z_Construct_UScriptStruct_FContactPointDataStruct_Statics@@2UFBytePropertyParams@UE4CodeGen_Private@@B@@YAXXZ)
Code:Error LNK2019 unresolved external symbol "__declspec(dllimport) class UClass * __cdecl Z_Construct_UClass_UPhysicalMaterial_NoRegister(void)" (__imp_?Z_Construct_UClass_UPhysicalMaterial_NoRegister@@YAPEAVUClass@@XZ) referenced in function "void __cdecl `dynamic initializer for 'public: static struct UE4CodeGen_Private::FObjectPropertyParams const Z_Construct_UClass_UMMTSuspensionStack_Statics::NewProp_ContactPhysicalMaterial''(void)" (??__E?NewProp_ContactPhysicalMaterial@Z_Construct_UClass_UMMTSuspensionStack_Statics@@2UFObjectPropertyParams@UE4CodeGen_Private@@B@@YAXXZ)
https://github.com/BoredEngineer/MMT_Plugin/issues/8
Comment
-
Originally posted by VL4D View Post
Comment
-
Hi VL4D and Pathtracer.
Just a question. There are 2 versions of UE 4.26 available right now, as far as I know, the standard one with PhysX still enabled, and the 4.26 Preview with Chaos enabled as the default physics. ( not the source from GitHub). Which version have you been able to recompile the MMT plugin? I have been using the Preview with Chaos here without success with VL4D's work around.
And one for BoredEngineer., Will your planned updated of the MMT plugin work with Chaos enabled physics in UE4?
Thanks ahead for the replies.
Comment
-
For some reason i cant seem to get the plugin compiled for 4.26. I did a blank project using c++ and attempted to convert over - no luck.Founder and CEO of Angry Penguin Studio, LLC
Dallas, TX USA
https://www.facebook.com/AngryPenguinStudios
Comment
Comment