UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MacFeedbackContext.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"
10
15{
17 FContextSupplier* Context = nullptr;
18
19public:
20 bool YesNof(const FText& Question) override
21 {
23 }
24
25 FContextSupplier* GetContext() const override { return Context; }
26 void SetContext(FContextSupplier* InContext) override { Context = InContext; }
27};
#define TEXT(x)
Definition Platform.h:1272
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 MacFeedbackContext.h:15
void SetContext(FContextSupplier *InContext) override
Definition MacFeedbackContext.h:26
FContextSupplier * GetContext() const override
Definition MacFeedbackContext.h:25
bool YesNof(const FText &Question) override
Definition MacFeedbackContext.h:20
Definition Text.h:385
@ YesNo
Definition GenericPlatformMisc.h:308
@ Yes
Definition GenericPlatformMisc.h:327
static CORE_API EAppReturnType::Type MessageBoxExt(EAppMsgType::Type MsgType, const TCHAR *Text, const TCHAR *Caption)
Definition AndroidPlatformMisc.cpp:739