Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCoreDelegates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include | #include "Misc/CoreDelegates.h" |
Syntax
static ApplicationSystemUIOverlayStateChangedDelegate;
Remarks
Some platform have a System UI Overlay that can draw on top of the application. The game might want to be notified so it can pause, etc... Parameter (bool) should be true if the system UI is displayed, otherwise false should be passed