Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/FColorTheme
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InsertNewColor
(
TSharedPtr< FLinearColor > InColor, |
Insert a color at a specific point in the list and broadcast change | Widgets/Colors/SColorThemes.h | |
void InsertNewColor
(
TSharedPtr< FColorInfo > InColor, |
Widgets/Colors/SColorThemes.h |
InsertNewColor(TSharedPtr< FLinearColor >, int32)
Description
Insert a color at a specific point in the list and broadcast change
| Name | InsertNewColor |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
| Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp |
void InsertNewColor
(
TSharedPtr < FLinearColor > InColor,
int32 InsertPosition
)
InsertNewColor(TSharedPtr< FColorInfo >, int32)
| Name | InsertNewColor |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
| Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp |
void InsertNewColor
(
TSharedPtr < FColorInfo > InColor,
int32 InsertPosition
)