Files
UnrealEngine/Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/CustomizableObjectProjectSettings.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

16 lines
295 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CustomizableObjectProjectSettings.generated.h"
/** COE Module, Project Settings. */
UCLASS(config = Mutable, defaultconfig)
class UCustomizableObjectProjectSettings : public UObject
{
GENERATED_BODY()
public:
};