Skip to content

Lyra's UI Navigation logic extracted into its own plugin

License

Notifications You must be signed in to change notification settings

sadunkit/LyraUINavigation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LyraUINavigation

Lyra's UI Navigation logic extracted into its own plugin

After adding this plugin to your project, be sure to:

  • Go to Project Settings and update the following properties:
    • [Game / Common Input Settings] -> Game Instance Class = CommonGameInstance
    • [Project / Maps & Modes] -> Input Data = B_CommonInputData
    • [Engine / General Settings] -> Game Viewport Client Class = LyraGameViewportClient
    • [Engine / General Settings] -> Local Player Class = LyraLocalPlayer
    • [Engine / General Settings] -> Game User Settings Class = LyraSettingsLocal
    • [Plugins / Lyra UI Navigation] -> Default UI Policy Class = B_LyraUIPolicy
  • Use the plugin's BP_LUIN_PlayerController or have your Player Controller class inherit from CommonPlayerController

About

Lyra's UI Navigation logic extracted into its own plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Other 0.3%