Skip to content

ericliuchina/MMT_Content

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMT_Content

Machinery Modelling Toolkit is a plugin for UE4. This plugin provides some basic means to add custom physics code in blueprints, which can be executed during physics sub-stepping. This repository contains both plugin and content examples of how it can be used.

The basis of the plugin is a custom pawn MMT_Pawn, which has a custom event "MMT_Physics_Tick" executed during normal and sub-stepped physics updates. In addition to MMT_Pawn you will find several functions which a necessary to query and interact with objects during physics sub-stepping. All functions have prefix "MMT" so it's easy to find them among blueprint nodes.

More information can be found here: https://forums.unrealengine.com/showthread.php?99605-OPEN-SOURCE-Machinery-Modelling-Toolkit

About

Machinery Modelling Toolkit is a plugin for UE4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.0%
  • C 4.1%
  • C# 0.9%