You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Currently only affects which BP macro and function libraries are loaded when opening the Blueprint Editor: - anything in the 'global' namespace is loaded, plus anything imported on a project-wide (in project settings) or per-user basis (in editor preferences) - This can be used to dramatically reduce the first time to open the BP editor in projects with a lot of macro/function libs that reference other content - Note: Currently individual BPs cannot import specific namespaces (however, using a macro/function from a library will cause it to automatically load when that BP is loaded), and the namespacing does not affect the functionality of the BP context menu #jira UE-91581 #rb phillip.kavan #ROBOMERGE-SOURCE: CL 12625288 via CL 12625294 via CL 12625301 via CL 12625305 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919) [CL 12625308 by michael noland in Main branch]