Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Debugging > API/Runtime/SlateCore/Debugging/FSlateDebugging
Type
typedef TMulticastDelegate_TwoParams< void, const FSlateWindowElementList &, int32 > FDrawElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h |
| Include | #include "Debugging/SlateDebugging.h" |
Remarks
Called as soon as the element is added to the element list. NOTE: These elements are not valid until the widget finishes painting, or you can resolve them all after the window finishes painting.