Files
UnrealEngine/Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsModule.h
2025-05-18 13:04:45 +08:00

7 lines
163 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Modules/ModuleInterface.h"
class FPlainPropsModule final : public IModuleInterface {};