-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SOURCE_CONTROL_WITH_SLATE to work properly again in the SourceCon…
…trol module #rb wouter.burgers #rnx ### SourceControl - Remove link to "InputCore" as it is not used - Only include slate and rendering modules if the target we are building for uses slate. - Define SOURCE_CONTROL_WITH_SLATE as 0 if the target we are building for does not use slate. - When SOURCE_CONTROL_WITH_SLATE is zero the following will be applied: -- FRevisionControlStyleManager will not be compiled as it only makes sense if slate is enabled. -- The monitoring aspect of FSourceControlFileStatusMonitor will be disabled as we cannot be notified of user interactions. -- FScopedSourceControlProgress will compile but essentially do nothing. -- The ::GetIcon method of ISourceControlState will no longer be compiled as it returns a FSlateIcon by value. [CL 29516345 by paul chipchase in ue5-main branch]
- Loading branch information
1 parent
d53dce7
commit 088f2dc
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters