You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#UE4 Added AssetReferenceFilter. An editor feature to allow projects to specify a filter to disallow editor systems to form references between certain assets. Add a listener for UUnrealEdEngine::OnMakeAssetReferenceFilter which returns a subclass of IAssetReferenceFilter that was constructed with the supplied context. PassesFilter will be called on this filter object to determine if the reference is allowed. Currently respected by asset picker, class picker, details panels, and edgraph drag/drop operations. #jira UE-75912 #ROBOMERGE-OWNER: ben.marsh #ROBOMERGE-AUTHOR: bob.tellez #ROBOMERGE-SOURCE: CL 7046716 via CL 7046768 #ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689) [CL 7119872 by bob tellez in Dev-Build branch]