UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsFeedbackContext.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6#include "Misc/CoreMisc.h"
11
16{
18 FContextSupplier* Context = nullptr;
19
20public:
21 APPLICATIONCORE_API bool YesNof(const FText& Question) override;
22
23 FContextSupplier* GetContext() const { return Context; }
25};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition CoreMisc.h:94
Definition FeedbackContext.h:30
Definition Text.h:385
Definition WindowsFeedbackContext.h:16
void SetContext(FContextSupplier *InContext)
Definition WindowsFeedbackContext.h:24
APPLICATIONCORE_API bool YesNof(const FText &Question) override
Definition WindowsFeedbackContext.cpp:10
FContextSupplier * GetContext() const
Definition WindowsFeedbackContext.h:23