UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DockingUtilsPrivate.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
HAL/IConsoleManager.h
"
6
7
namespace
UE::Slate::Private
8
{
9
// Workaround for the web browser issues on some platform
10
TAutoConsoleVariable<bool>
CVarNoAnimationOnTabForegroundedEvent
(
11
TEXT
(
"Slate.NoAnimationOnTabForegroundedEvent"
),
12
false
,
13
TEXT
(
"Tell the docking system to broadcast the event in a way that doesn't account for the animations"
)
14
);
15
}
TEXT
#define TEXT(x)
Definition
Platform.h:1272
IConsoleManager.h
TAutoConsoleVariable
Definition
IConsoleManager.h:1792
UE::Slate::Private
Definition
DockingUtilsPrivate.h:8
UE::Slate::Private::CVarNoAnimationOnTabForegroundedEvent
TAutoConsoleVariable< bool > CVarNoAnimationOnTabForegroundedEvent(TEXT("Slate.NoAnimationOnTabForegroundedEvent"), false,)
Engine
Source
Runtime
Slate
Private
Framework
Docking
DockingUtilsPrivate.h
Generated by
1.9.8