UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateConstants.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7
11
15
17extern SLATECORE_API float GSlateContrast;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
float GetGlobalGamepadScrollMultiplier()
Definition SlateConstants.h:14
SLATECORE_API float GSlateContrast
Definition SlateCoreClasses.cpp:28
SLATECORE_API TAutoConsoleVariable< float > GlobalGamepadScrollMultiplier
SLATECORE_API TAutoConsoleVariable< float > GlobalScrollAmount
float GetGlobalScrollAmount()
Definition SlateConstants.h:10
Definition IConsoleManager.h:1792
T GetValueOnAnyThread(bool bForceGameThread=false) const
Definition IConsoleManager.h:1854