Files
UnrealEngineUWP/Engine/Source/Editor/BlueprintGraph
michael noland 5f466e21af Blueprints: Added an initial prototype of namespacing and importing namespaces in Blueprints
- 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]
2020-04-06 13:43:47 -04:00
..
2020-04-02 18:28:21 -04:00
2020-04-02 19:08:01 -04:00