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
15
- (
void
)
setupLayout
;
16
- (
void
)
showButton
:(
BOOL
)bShow setDraggable:(
BOOL
)bDraggable;
17
18
@end
19
20
WebViewCloseButton
*
MakeCloseButton
();
21
#endif
22
23
#endif
void
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Windows::BOOL
int32 BOOL
Definition
MinimalWindowsApi.h:64
Engine
Source
Runtime
WebBrowser
Private
Apple
WebViewCloseButton.h
Generated by
1.9.8