Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > UUserWidget
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include | #include "Blueprint/UserWidget.h" |
Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
void SetForegroundColor
&40;
FSlateColor InForegroundColor
&41;
Remarks
Sets the foreground color of the widget, this is inherited by sub widgets. Any color property that is marked as inherit will use this color.
Parameters
Name | Description |
---|---|
InForegroundColor | The foreground color. |