UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CEFWebBrowserWindowRHIHelper.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 WITH_CEF3
8
9#include "Layout/Geometry.h"
10
12
13#if PLATFORM_WINDOWS
16
18#include "d3d11.h"
20#endif // PLATFORM_WINDOWS
21
26{
27public:
29 virtual ~FCEFWebBrowserWindowRHIHelper() = default;
30
31 static bool BUseSupportedRHIRenderer();
33
34public:
37
39
40private:
41 bool EnsureShareable(FSlateUpdatableTexture* SlateTexture);
42
44
45#if PLATFORM_WINDOWS
46 TComPtr<ID3D11Device> D3D11Device;
48#endif // PLATFORM_WINDOWS
49};
50
51#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SlateUpdatableTexture.h:15
Definition COMPointer.h:19
Definition UnrealString.h.inl:34