mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
14 lines
346 B
C++
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;
|
|
}
|
|
|