UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IOSPlatformCompilerSetup.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
/*=============================================================================================
4
IOSPlatformCompilerSetup.h: pragmas, version checks and other things for the iOS compiler
5
==============================================================================================*/
6
7
#pragma once
8
12
static_assert
((
__clang_major__
> 9) || (
__clang_major__
== 9 &&
__clang_minor__
>= 1),
"Xcode 9.4 or newer is required to compile on Mac. Please make sure it's installed and selected as default using xcode-select tool."
);
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Engine
Source
Runtime
Core
Public
IOS
IOSPlatformCompilerSetup.h
Generated by
1.9.8