Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Debugging
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h |
| Include | #include "Debugging/SlateDebugging.h" |
Syntax
struct FSlateDebuggingWarningEventArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< SWidget > & | OptionalContextWidget | ||
| const FText & | Warning |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateDebuggingWarningEventArgs
(
const FText& InWarning, |