33 static void LogConsole(
const UObject* Context,
const FString& Message = TEXT(
""));
34 static void LogScreen(
const UObject* Context,
const FString& Message = TEXT(
""),
35 float Duration = 5.0f, FColor Color = FColor::White);
36 static void LogAll(
const UObject* Context,
const FString& Message = TEXT(
""),
37 float Duration = 5.0f, FColor Color = FColor::White);
40 virtual void CustomLogConsole(
const FString& Message = TEXT(
""));
41 virtual void CustomLogScreen(
const FString& Message = TEXT(
""),
42 float Duration = 5.0f, FColor Color = FColor::White);
43 virtual void CustomLogAll(
const FString& Message = TEXT(
""),
44 float Duration = 5.0f, FColor Color = FColor::White);
52 static FString GetBasicObjectInfo(
const UObject* Object);
58 FString BuildLogMessage(
const FString& Message)
const;