UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MarketplaceKitWrapper.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
3#ifndef MARKETPLACEKITWRAPPER_SWIFT_H
4#define MARKETPLACEKITWRAPPER_SWIFT_H
5#pragma clang diagnostic push
6#pragma clang diagnostic ignored "-Wgcc-compat"
7
8#if !defined(__has_include)
9# define __has_include(x) 0
10#endif
11#if !defined(__has_attribute)
12# define __has_attribute(x) 0
13#endif
14#if !defined(__has_feature)
15# define __has_feature(x) 0
16#endif
17#if !defined(__has_warning)
18# define __has_warning(x) 0
19#endif
20
21#if __has_include(<swift/objc-prologue.h>)
22# include <swift/objc-prologue.h>
23#endif
24
25#pragma clang diagnostic ignored "-Wauto-import"
26#if defined(__OBJC__)
27#include <Foundation/Foundation.h>
28#endif
29#if defined(__cplusplus)
30#include <cstdint>
31#include <cstddef>
32#include <cstdbool>
33#include <cstring>
34#include <stdlib.h>
35#include <new>
36#include <type_traits>
37#else
38#include <stdint.h>
39#include <stddef.h>
40#include <stdbool.h>
41#include <string.h>
42#endif
43#if defined(__cplusplus)
44#if defined(__arm64e__) && __has_include(<ptrauth.h>)
45# include <ptrauth.h>
46#else
47#pragma clang diagnostic push
48#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
49# ifndef __ptrauth_swift_value_witness_function_pointer
50# define __ptrauth_swift_value_witness_function_pointer(x)
51# endif
52# ifndef __ptrauth_swift_class_method_pointer
53# define __ptrauth_swift_class_method_pointer(x)
54# endif
55#pragma clang diagnostic pop
56#endif
57#endif
58
59#if !defined(SWIFT_TYPEDEFS)
60# define SWIFT_TYPEDEFS 1
61# if __has_include(<uchar.h>)
62# include <uchar.h>
63# elif !defined(__cplusplus)
66# endif
76typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
77typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
78typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
79#endif
80
81#if !defined(SWIFT_PASTE)
82# define SWIFT_PASTE_HELPER(x, y) x##y
83# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
84#endif
85#if !defined(SWIFT_METATYPE)
86# define SWIFT_METATYPE(X) Class
87#endif
88#if !defined(SWIFT_CLASS_PROPERTY)
89# if __has_feature(objc_class_property)
90# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
91# else
92# define SWIFT_CLASS_PROPERTY(...)
93# endif
94#endif
95#if !defined(SWIFT_RUNTIME_NAME)
96# if __has_attribute(objc_runtime_name)
97# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
98# else
99# define SWIFT_RUNTIME_NAME(X)
100# endif
101#endif
102#if !defined(SWIFT_COMPILE_NAME)
103# if __has_attribute(swift_name)
104# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
105# else
106# define SWIFT_COMPILE_NAME(X)
107# endif
108#endif
109#if !defined(SWIFT_METHOD_FAMILY)
110# if __has_attribute(objc_method_family)
111# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
112# else
113# define SWIFT_METHOD_FAMILY(X)
114# endif
115#endif
116#if !defined(SWIFT_NOESCAPE)
117# if __has_attribute(noescape)
118# define SWIFT_NOESCAPE __attribute__((noescape))
119# else
120# define SWIFT_NOESCAPE
121# endif
122#endif
123#if !defined(SWIFT_RELEASES_ARGUMENT)
124# if __has_attribute(ns_consumed)
125# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
126# else
127# define SWIFT_RELEASES_ARGUMENT
128# endif
129#endif
130#if !defined(SWIFT_WARN_UNUSED_RESULT)
131# if __has_attribute(warn_unused_result)
132# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
133# else
134# define SWIFT_WARN_UNUSED_RESULT
135# endif
136#endif
137#if !defined(SWIFT_NORETURN)
138# if __has_attribute(noreturn)
139# define SWIFT_NORETURN __attribute__((noreturn))
140# else
141# define SWIFT_NORETURN
142# endif
143#endif
144#if !defined(SWIFT_CLASS_EXTRA)
145# define SWIFT_CLASS_EXTRA
146#endif
147#if !defined(SWIFT_PROTOCOL_EXTRA)
148# define SWIFT_PROTOCOL_EXTRA
149#endif
150#if !defined(SWIFT_ENUM_EXTRA)
151# define SWIFT_ENUM_EXTRA
152#endif
153#if !defined(SWIFT_CLASS)
154# if __has_attribute(objc_subclassing_restricted)
155# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
156# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
157# else
158# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
159# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
160# endif
161#endif
162#if !defined(SWIFT_RESILIENT_CLASS)
163# if __has_attribute(objc_class_stub)
164# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
165# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
166# else
167# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
168# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
169# endif
170#endif
171#if !defined(SWIFT_PROTOCOL)
172# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
173# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
174#endif
175#if !defined(SWIFT_EXTENSION)
176# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
177#endif
178#if !defined(OBJC_DESIGNATED_INITIALIZER)
179# if __has_attribute(objc_designated_initializer)
180# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
181# else
182# define OBJC_DESIGNATED_INITIALIZER
183# endif
184#endif
185#if !defined(SWIFT_ENUM_ATTR)
186# if __has_attribute(enum_extensibility)
187# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
188# else
189# define SWIFT_ENUM_ATTR(_extensibility)
190# endif
191#endif
192#if !defined(SWIFT_ENUM)
193# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
194# if __has_feature(generalized_swift_name)
195# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
196# else
197# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
198# endif
199#endif
200#if !defined(SWIFT_UNAVAILABLE)
201# define SWIFT_UNAVAILABLE __attribute__((unavailable))
202#endif
203#if !defined(SWIFT_UNAVAILABLE_MSG)
204# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
205#endif
206#if !defined(SWIFT_AVAILABILITY)
207# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
208#endif
209#if !defined(SWIFT_WEAK_IMPORT)
210# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
211#endif
212#if !defined(SWIFT_DEPRECATED)
213# define SWIFT_DEPRECATED __attribute__((deprecated))
214#endif
215#if !defined(SWIFT_DEPRECATED_MSG)
216# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
217#endif
218#if !defined(SWIFT_DEPRECATED_OBJC)
219# if __has_feature(attribute_diagnose_if_objc)
220# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
221# else
222# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
223# endif
224#endif
225#if defined(__OBJC__)
226#if !defined(IBSegueAction)
227# define IBSegueAction
228#endif
229#endif
230#if !defined(SWIFT_EXTERN)
231# if defined(__cplusplus)
232# define SWIFT_EXTERN extern "C"
233# else
234# define SWIFT_EXTERN extern
235# endif
236#endif
237#if !defined(SWIFT_CALL)
238# define SWIFT_CALL __attribute__((swiftcall))
239#endif
240#if !defined(SWIFT_INDIRECT_RESULT)
241# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
242#endif
243#if !defined(SWIFT_CONTEXT)
244# define SWIFT_CONTEXT __attribute__((swift_context))
245#endif
246#if !defined(SWIFT_ERROR_RESULT)
247# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
248#endif
249#if defined(__cplusplus)
250# define SWIFT_NOEXCEPT noexcept
251#else
252# define SWIFT_NOEXCEPT
253#endif
254#if !defined(SWIFT_C_INLINE_THUNK)
255# if __has_attribute(always_inline)
256# if __has_attribute(nodebug)
257# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
258# else
259# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
260# endif
261# else
262# define SWIFT_C_INLINE_THUNK inline
263# endif
264#endif
265#if defined(_WIN32)
266#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
267# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
268#endif
269#else
270#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
271# define SWIFT_IMPORT_STDLIB_SYMBOL
272#endif
273#endif
274#if defined(__OBJC__)
275#if __has_feature(objc_modules)
276#if __has_warning("-Watimport-in-framework-header")
277#pragma clang diagnostic ignored "-Watimport-in-framework-header"
278#endif
279@import ObjectiveC;
280#endif
281
282#endif
283#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
284#pragma clang diagnostic ignored "-Wduplicate-method-arg"
285#if __has_warning("-Wpragma-clang-attribute")
286# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
287#endif
288#pragma clang diagnostic ignored "-Wunknown-pragmas"
289#pragma clang diagnostic ignored "-Wnullability"
290#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
291
292#if __has_attribute(external_source_symbol)
293# pragma push_macro("any")
294# undef any
295# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MarketplaceKitWrapper",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
296# pragma pop_macro("any")
297#endif
298
299#if defined(__OBJC__)
307};
308
309@class NSString;
310
311SWIFT_CLASS("_TtC21MarketplaceKitWrapper21AppDistributorWrapper")
312@interface AppDistributorWrapper : NSObject
315@end
316
317#endif
318#if __has_attribute(external_source_symbol)
319# pragma clang attribute pop
320#endif
321#if defined(__cplusplus)
322#endif
323#pragma clang diagnostic pop
324#endif
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint_least16_t char16_t
Definition MarketplaceKitWrapper.h:64
uint_least32_t char32_t
Definition MarketplaceKitWrapper.h:65
float swift_float2 __attribute__((__ext_vector_type__(2)))
Definition MarketplaceKitWrapper.h:67
#define OBJC_DESIGNATED_INITIALIZER
Definition MarketplaceKitWrapper.h:182
#define SWIFT_CLASS(SWIFT_NAME)
Definition MarketplaceKitWrapper.h:158
#define SWIFT_ENUM(_type, _name, _extensibility)
Definition MarketplaceKitWrapper.h:193