A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UMultipleSelectionResponseData Class ReferenceBlueprintType

UObject class representing multiple selection response data. More...

#include <UIData.h>

Inheritance diagram for UMultipleSelectionResponseData:
[legend]

Public Member Functions

virtual FCompareResult Compare (UBasicResponseData *ResponseData) const
 
bool NeedConfirm () const
 
void SetNeedConfirmation (bool Value)
 

Public Attributes

TArray< FString > SelectedButtons
 UPROPERTY()
 

Private Member Functions

 GENERATED_BODY ()
 

Private Attributes

UBasicResponseDataData
 UPROPERTY()
 
bool NeedShowConfirmation = false
 UPROPERTY()
 

Detailed Description

UObject class representing multiple selection response data.

UCLASS(BlueprintType)

Definition at line 259 of file UIData.h.

Member Function Documentation

◆ Compare()

virtual FCompareResult UBasicResponseData::Compare ( UBasicResponseData * ResponseData) const
inlinevirtualinherited

Definition at line 37 of file UIData.h.

◆ GENERATED_BODY()

UMultipleSelectionResponseData::GENERATED_BODY ( )
private

◆ NeedConfirm()

bool UBasicResponseData::NeedConfirm ( ) const
inlineinherited

Definition at line 34 of file UIData.h.

◆ SetNeedConfirmation()

void UBasicResponseData::SetNeedConfirmation ( bool Value)
inlineinherited

Definition at line 35 of file UIData.h.

Here is the caller graph for this function:

Member Data Documentation

◆ Data

UBasicResponseData* UBasicResponseData::Data
privateinherited

UPROPERTY()

Definition at line 42 of file UIData.h.

◆ NeedShowConfirmation

bool UBasicResponseData::NeedShowConfirmation = false
privateinherited

UPROPERTY()

Definition at line 45 of file UIData.h.

◆ SelectedButtons

TArray<FString> UMultipleSelectionResponseData::SelectedButtons

UPROPERTY()

Definition at line 267 of file UIData.h.


The documentation for this class was generated from the following file: