UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsUIABaseProvider.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 && UE_WINDOWS_USING_UIA
6
8#include <Ole2.h>
10#include <UIAutomation.h>
11
13
16
22{
23public:
26
27protected:
30
35 bool IsValid() const;
36
41
49
50private:
52 uint32 RefCount;
53};
54
55#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition SharedPointer.h:153