9 lines
199 B
C++
Executable file
9 lines
199 B
C++
Executable file
#include "DialogStruct.h"
|
|
|
|
FDialogStruct::FDialogStruct() {
|
|
this->Enabled = false;
|
|
this->Restriction = EDialogRestriction::None;
|
|
this->Weigth = 0.00f;
|
|
this->bIsValidEntry = false;
|
|
}
|
|
|