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

14 lines
346 B
C++

#include "FortRelativeAnchorCanvas.h"
void UFortRelativeAnchorCanvas::SetZLayerOffset(const int32 Value) {
}
UFortRelativeAnchorCanvasSlot* UFortRelativeAnchorCanvas::AddSlot(const UWidget* ContentWidget, const UWidget* AnchorWidget) {
return NULL;
}
UFortRelativeAnchorCanvas::UFortRelativeAnchorCanvas() {
this->ZLayerOffset = 0;
}