UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SwiftMainBridge.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
HAL/Platform.h
"
6
7
// Bridge functions for communicating from C++ to SwiftMain.swift.
8
// See LaunchCPPToSwift.h for an example of going the other way, from SwiftMain.swift to C++.
9
10
#if PLATFORM_VISIONOS
11
12
namespace
UE::SwiftMainBridgeNS
13
{
14
void
ConfigureImmersiveSpace
(
int32
InImmersiveStyle
,
int32
InUpperLimbVisibility
);
15
}
16
17
#endif
// PLATFORM_VISIONOS
Platform.h
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Engine
Source
Runtime
Launch
Private
Apple
SwiftMainBridge.h
Generated by
1.9.8