Slate.DeferWindowsMessageProcessing
Slate.DeferWindowsMessageProcessing
#Overview
name: Slate.DeferWindowsMessageProcessing
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether windows message processing is deferred until tick or if they are processed immediately
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/ApplicationCore/Private/Windows/WindowsApplication.cpp:120
Scope (from outer to inner):
file
function FWindowsApplication::FWindowsApplication
Source code excerpt:
, bAllowedToDeferMessageProcessing(true)
, CVarDeferMessageProcessing(
TEXT( "Slate.DeferWindowsMessageProcessing" ),
bAllowedToDeferMessageProcessing,
TEXT( "Whether windows message processing is deferred until tick or if they are processed immediately" ) )
, bInModalSizeLoop( false )
#if WITH_ACCESSIBILITY && UE_WINDOWS_USING_UIA
, UIAManager(new FWindowsUIAManager(*this))
#endif