Skip to content

A Unreal 5 demo for creating a plugin that loads third-party dll files and external txt files.

License

Notifications You must be signed in to change notification settings

he-yulong/DLLPluginsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLLPluginsDemo

A Unreal 5 demo for creating a plugin that loads third-party dll files and external txt files.

This repository is for this blog: How to Create a Plugin that Works with DLLs, Packaging, External Files.

NOTES:

  • (Optional) External/MyMathLib is an external third-party library project.
    1. Click build_vs2022.bat or build_vs2019.bat to build a Visual Studio project.
    2. Then build DLL files.
    3. Copy include and lib folders to Plugins/MyMath/Source/ThirdParty/MyMathLib to update the library.

About

A Unreal 5 demo for creating a plugin that loads third-party dll files and external txt files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published