Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/RevisionControlStyle
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h |
| Include | #include "RevisionControlStyle/RevisionControlStyle.h" |
Syntax
class FRevisionControlStyleManager
Remarks
The style manager that is used to access the currently active revision control style. Use FRevisionControlStyleManager::Get() to access and use any revision control icons/styles
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ISlateStyle & | Get () |
||
| FName | |||
| void | Reloads textures used by slate renderer | ||
| void | Set the active revision control style to the default style | ||
| void | SetActiveRevisionControlStyle
(
FName InNewActiveRevisionControlStyleName |
Set the active revision control style to the input style name |
Constants
| Name | Description |
|---|---|
| CurrentRevisionControlStyleName | The currently active revision control style. |
| DefaultRevisionControlStyleInstance | The default revision control style instance. |