You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixes crash when closing BP graph editor windows that haven't been moved or manipulated in certain ways
#jira UE-153271 #fyi jordan.hoffman #rb none (trivial) #preflight none (trivial) #rnx [CL 20293577 by justin hare in ue5-main branch]
This commit is contained in:
@@ -816,7 +816,10 @@ EVisibility SGraphEditorImpl::PIENotification( ) const
|
||||
|
||||
SGraphEditorImpl::~SGraphEditorImpl()
|
||||
{
|
||||
UnRegisterActiveTimer(FocusEditorTimer.Pin().ToSharedRef());
|
||||
if (FocusEditorTimer.IsValid())
|
||||
{
|
||||
UnRegisterActiveTimer(FocusEditorTimer.Pin().ToSharedRef());
|
||||
}
|
||||
}
|
||||
|
||||
void SGraphEditorImpl::Tick( const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime )
|
||||
|
||||
Reference in New Issue
Block a user