UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MacAccessibilityElement.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#if WITH_ACCESSIBILITY
6
7
#include "
CoreMinimal.h
"
8
#include "
GenericPlatform/Accessibility/GenericAccessibleInterfaces.h
"
9
#include "
Misc/Variant.h
"
10
#import <AppKit/AppKit.h>
11
12
13
@interface
FMacAccessibilityElement
:
NSAccessibilityElement
14
{
15
@private
17
NSMutableArray
*
_AccessibilityChildren
;
19
NSAccessibilityRole
_AccessibilityRole
;
20
}
21
- (id)
initWithId
:(
AccessibleWidgetId
)InId;
22
24
- (
bool
)
ShouldCacheStrings
;
26
- (
void
)
CacheStrings
;
27
29
- (
void
)
ExposeToVoiceOver
:(
bool
)bShouldExpose;
31
@property
(
nonatomic
, assign)
AccessibleWidgetId
Id
;
33
@property
(
nonatomic
, assign)
AccessibleWidgetId
ParentId
;
35
@property
(
nonatomic
, assign)
AccessibleWidgetId
OwningWindowId
;;
36
38
@property
(
nonatomic
, assign)
TArray<AccessibleWidgetId>
ChildIds
;
40
@property
(
nonatomic
)
FBox2D
Bounds;
42
@property
(
nonatomic
) FString Label;
44
@property
(
nonatomic
) FString Help;
46
@property
(
nonatomic
)
FVariant
Value
;
48
@property
(
nonatomic
, assign)
double
LastCachedStringTime
;
49
50
@end
51
52
#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
GenericAccessibleInterfaces.h
bool
const bool
Definition
NetworkReplayStreaming.h:178
ERemoteIdToStringVerbosity::Id
@ Id
EColorPickerChannels::Value
@ Value
Variant.h
FVariant
Definition
Variant.h:114
TArray
Definition
Array.h:670
UE::Math::TBox2< double >
Engine
Source
Runtime
ApplicationCore
Public
Mac
Accessibility
MacAccessibilityElement.h
Generated by
1.9.8