mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
11 lines
623 B
C++
11 lines
623 B
C++
#include "FortAsyncAction_ShowAdvancedLatentConfirmation_NUI.h"
|
|
|
|
UFortAsyncAction_ShowAdvancedLatentConfirmation_NUI* UFortAsyncAction_ShowAdvancedLatentConfirmation_NUI::ShowAdvancedLatentActionConfirmation(UObject* InWorldContextObject, FSlateBrush Icon, FText Title, FText MESSAGE, const TArray<FConfirmationDialogAction>& ConfirmButtonInputActions, const FName& DeclineButtonInputAction, UWidget* AdditionalContent, UWidget* LeftAdditionalContent) {
|
|
return NULL;
|
|
}
|
|
|
|
UFortAsyncAction_ShowAdvancedLatentConfirmation_NUI::UFortAsyncAction_ShowAdvancedLatentConfirmation_NUI() {
|
|
this->WorldContextObject = NULL;
|
|
}
|
|
|