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 FSlateDebuggingMouseCaptureEventArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Captured | ||
| const TSharedPtr< const SWidget > & | CaptureWidget | ||
| uint32 | PointerIndex | ||
| uint32 | UserIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateDebuggingMouseCaptureEventArgs
(
bool InCaptured, |