Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/RevisionControlStyle
Inheritance Hierarchy
- ISlateStyle
- FSlateStyleSet
- FDefaultRevisionControlStyle
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h |
| Include | #include "RevisionControlStyle/RevisionControlStyle.h" |
Syntax
class FDefaultRevisionControlStyle : public FSlateStyleSet
Remarks
The default revision control style the editor ships with. Inherit from this to create a custom revision controls style Use FRevisionControlStyleManager::SetActiveRevisionControlStyle to change the currently active revision control style Edit the defaults in the constructor here to change any revision control icons in the editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | BranchedColor | The specific color we use for all the "Branched" icons |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from ISlateStyle
| Type | Name | Description | |
|---|---|---|---|
| const FName & |
Constants
| Name | Description |
|---|---|
| StyleName |