FOnModalMessageBox

Delegate type for opening a modal message box ( Params: [EAppMsgType::Type](API\Runtime\Core\GenericPlatform\EAppMsgType__Type) MessageType, const [FText](API\Runtime\Core\Internationalization\FText)& Text, const [FText](API\Runtime\Core\Internationalization\FText)& Title )

Windows
MacOS
Linux

Type

typedef TBaseDelegate_ThreeParams< EAppReturnType::Type, EAppMsgType::Type, const FText &, const FText & > FOnModalMessageBox

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Remarks

Delegate type for opening a modal message box ( Params: EAppMsgType::Type MessageType, const FText& Text, const FText& Title )

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss