You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added #if SOURCE_CONTROL_WITH_SLATE to SSourceControlControls Slate class in SourceControl module
#rb paul.chipchase [CL 29864891 by marco anastasi in ue5-main branch]
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if SOURCE_CONTROL_WITH_SLATE
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "ISourceControlProvider.h"
|
||||
#include "Delegates/IDelegateInstance.h"
|
||||
@@ -61,4 +63,6 @@ private:
|
||||
|
||||
FDelegateHandle SourceControlProviderChangedHandle;
|
||||
FDelegateHandle SourceControlStateChangedHandle;
|
||||
};
|
||||
};
|
||||
|
||||
#endif // SOURCE_CONTROL_WITH_SLATE
|
||||
Reference in New Issue
Block a user