You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None #jira 0 [CL 4213959 by Jack Porter in Dev-Mobile branch]
This commit is contained in:
@@ -43,8 +43,11 @@ TSharedRef<FApplicationMode> FAnimationModifiersModule::ExtendApplicationMode(co
|
||||
void FAnimationModifiersModule::ShutdownModule()
|
||||
{
|
||||
// Make sure we unregister the class layout
|
||||
FPropertyEditorModule& PropertyEditorModule = FModuleManager::LoadModuleChecked<FPropertyEditorModule>("PropertyEditor");
|
||||
PropertyEditorModule.UnregisterCustomClassLayout("AnimationModifier");
|
||||
FPropertyEditorModule* PropertyEditorModule = FModuleManager::GetModulePtr<FPropertyEditorModule>("PropertyEditor");
|
||||
if (PropertyEditorModule)
|
||||
{
|
||||
PropertyEditorModule->UnregisterCustomClassLayout("AnimationModifier");
|
||||
}
|
||||
|
||||
// Remove extender delegate
|
||||
FWorkflowCentricApplication::GetModeExtenderList().RemoveAll([this](FWorkflowApplicationModeExtender& StoredExtender) { return StoredExtender.GetHandle() == Extender.GetHandle(); });
|
||||
|
||||
Reference in New Issue
Block a user