UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WebViewCloseButton.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7#if PLATFORM_IOS
8
9#if !PLATFORM_TVOS
10#import <UIKit/UIKit.h>
11
12@interface WebViewCloseButton : UIView
13@property (nonatomic, copy) void (^TapHandler)(void);
14
16- (void)showButton:(BOOL)bShow setDraggable:(BOOL)bDraggable;
17
18@end
19
21#endif
22
23#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
int32 BOOL
Definition MinimalWindowsApi.h:64