UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CoreGlobalsInternal.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreTypes.h"
5#include "Misc/Build.h"
6#include "Misc/Parse.h"
7#include "Misc/CommandLine.h"
8
9#if WITH_EDITOR
12#endif
13
#define FORCEINLINE
Definition AndroidPlatform.h:140
FORCEINLINE bool IsRunningHybridCookedEditor()
Definition CoreGlobalsInternal.h:17
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
static CORE_API const TCHAR * Get()
Definition CommandLine.cpp:61
static CORE_API bool Param(const TCHAR *Stream, const TCHAR *Param)
Definition Parse.cpp:325