Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 441 Bytes

UnrealRPG

A module of unreal engine that can support RPG features and based-UMG classes. You can easy use it as a unreal plugin or module.

How to use

##add the code to *.uproject { "Name": "UnrealRPG", "Type": "Runtime", "LoadingPhase": "Default", "AdditionalDependencies": [ "CoreUObject", "Engine" ] },

make sure you add "OutExtraModuleNames.Add("UnrealRPG");" in the *.Target.cs and *Editor.Target.cs