Files
UnrealEngine/Engine/Plugins/Experimental/PlainPropsUObject/Source/Private/PlainPropsUObjectModule.cpp
2025-05-18 13:04:45 +08:00

6 lines
187 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "PlainPropsUObjectModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FPlainPropsUObjectModule, PlainPropsUObject);