UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FlowDirection.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"
6#include "HAL/Platform.h"
7#include "UObject/Class.h"
9
10#include "FlowDirection.generated.h"
11
17{
22};
23
24
28UENUM()
40
41
44
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EFlowDirectionPreference
Definition FlowDirection.h:30
SLATECORE_API EFlowDirection GSlateFlowDirection
Definition FlowDirection.cpp:11
SLATECORE_API int32 GSlateFlowDirectionShouldFollowCultureByDefault
Definition FlowDirection.cpp:21
EFlowDirection
Definition FlowDirection.h:17
#define UENUM(...)
Definition ObjectMacros.h:749
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition FlowDirection.h:49
static SLATECORE_API EFlowDirection GetLocalizedLayoutDirection()
Definition FlowDirection.cpp:29