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
6
8{
9 // Workaround for the web browser issues on some platform
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}
#define TEXT(x)
Definition Platform.h:1272
Definition IConsoleManager.h:1792
Definition DockingUtilsPrivate.h:8
TAutoConsoleVariable< bool > CVarNoAnimationOnTabForegroundedEvent(TEXT("Slate.NoAnimationOnTabForegroundedEvent"), false,)