Files
FNGameProj/Source/FortniteUI/Private/FortSZAwareImage.cpp
2024-01-21 00:41:14 +01:00

10 lines
197 B
C++

#include "FortSZAwareImage.h"
UFortSZAwareImage::UFortSZAwareImage() {
this->AnchorLeft = false;
this->AnchorRight = false;
this->AnchorTop = false;
this->AnchorBottom = false;
}