Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlModule
Description
Delegate called whenever the list of projects that GetCustomProjects returns has changed.
It is called automatically for RegisterCustomProjectsDelegate and UnregisterCustomProjectsDelegate, but outside of that it is the responsibility of the code that registered FSourceControlCustomProjectsDelegate to handle change notifications.
| Name | OnCustomProjectsChanged |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include Path | #include "ISourceControlModule.h" |
FSimpleMulticastDelegate & OnCustomProjectsChanged()