Files
Naked-Desire/Source/NakedDesire/Clothing/ClothingSlotWidgetData.h
T
2026-05-17 22:44:49 +03:00

15 lines
276 B
C

// © 2025 Naked People Team. All Rights Reserved.
#pragma once
#include "ClothingSlotWidgetData.generated.h"
USTRUCT(BlueprintType)
struct NAKEDDESIRE_API FClothingSlotWidgetData
{
GENERATED_BODY()
UPROPERTY(EditDefaultsOnly)
UTexture2D* PlaceholderIcon = nullptr;
};