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
12namespace UE::SwiftMainBridgeNS
13{
15}
16
17#endif // PLATFORM_VISIONOS
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