mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
11 lines
262 B
C++
11 lines
262 B
C++
#include "FortVariantTileButton.h"
|
|
|
|
UFortVariantTileButton::UFortVariantTileButton() {
|
|
this->IconParamName = TEXT("Icon");
|
|
this->SourceObject = NULL;
|
|
this->Image_VariantDisplay = NULL;
|
|
this->Image_Locked = NULL;
|
|
this->Image_Active = NULL;
|
|
}
|
|
|