11 lines
233 B
C++
11 lines
233 B
C++
|
|
// 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;
|
||
|
|
}
|