Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 618 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 618 Bytes

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.