mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
15 lines
356 B
C++
15 lines
356 B
C++
#include "MobileHUDButtonVisual.h"
|
|
|
|
void UMobileHUDButtonVisual::SetButtonSprite(UPaperSprite* NewSprite) {
|
|
}
|
|
|
|
UMobileHUDButtonVisual::UMobileHUDButtonVisual() {
|
|
this->ButtonSize = 200.00f;
|
|
this->ButtonDisplayScale = 1.00f;
|
|
this->DefaultIcon = NULL;
|
|
this->OuterSizeBox = NULL;
|
|
this->InnerSizeBox = NULL;
|
|
this->Image_Icon = NULL;
|
|
}
|
|
|