Skip to content

A module of unreal engine that can support RPG features and based-UMG classes. You can use it as a plugin of unreal too. An unreal plugin must add a plugin config file.

License

Notifications You must be signed in to change notification settings

sikkey/UnrealRPG

Repository files navigation

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

About

A module of unreal engine that can support RPG features and based-UMG classes. You can use it as a plugin of unreal too. An unreal plugin must add a plugin config file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published