11 lines
233 B
C++
Raw Normal View History

2025-08-30 13:43:09 +08:00
// Fill out your copyright notice in the Description page of Project Settings.
#include "Widgets/BagShapeEditorWidget.h"
void SBagShapeEditorWidget::Construct(const FArguments& InArgs)
{
BagShapeAsset = InArgs._BagShapeAsset;
}