Default Editor Icons

SlateEditorStyle.cpp has most of the default common icons for the editor.

FAppStyle::GetBrush("Icons.Refresh")

StarshipCoreStyle.cpp also has some of the default common icons for the editor.

FAppStyle::GetBrush("Icons.Minus")

StarshipStyle.cpp also has some of the default common icons for the editor.

FAppStyle::GetBrush("PropertyWindow.DiffersFromDefault")

CoreStyle.cpp also has some of the default common icons for the editor.

FCoreStyle::Get().GetBrush("BreadcrumbTrail.Delimiter")

Last updated