|
Space Plunder
|
#include <CommonWidgetBase.h>
Public Member Functions | |
| void | PlaySlateSound (const FSlateSound &SlateSound) const |
Protected Member Functions | |
| virtual void | NativePreConstruct () override |
| virtual void | NativeConstruct () override |
| virtual void | Setup () |
| void | LogDebugError (const FString &Message) const |
| void | LogDebugError (const FString &Message, const int32 Value) const |
| void | LogDebugError (const FString &Message, const float Value) const |
| void | LogDebugWarning (const FString &Message) const |
| void | LogDebugWarning (const FString &Message, const int32 Value) const |
| void | LogDebugWarning (const FString &Message, const float Value) const |
| void | LogDebugMessage (const FString &Message, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const int32 Value, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const float Value, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const bool bValue, const bool bWarning, const bool bError) const |
| void | LogOnScreenMessage (const int32 Key, const FString &Message, FColor Color=FColor::Green) const |
| void | SetCategoryName (const FLogCategoryBase &Category) |
Protected Attributes | |
| bool | bDebuggingMode = false |
Private Attributes | |
| FLogCategoryName | CategoryName = LogCommonBaseWidget.GetCategoryName() |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
overrideprotectedvirtual |
Reimplemented in UCommonCheckbox, UCommonSlider, and USelectionButtonMenuSystem.
|
overrideprotectedvirtual |
Reimplemented in UCommonCheckbox, UCommonSlider, and USelectionButtonMenuSystem.
| void UCommonWidgetBase::PlaySlateSound | ( | const FSlateSound & | SlateSound | ) | const |
|
inlineprotected |
|
protectedvirtual |
Reimplemented in UCommonCheckbox, and UCommonSlider.
|
protected |
|
private |