Files
UnrealEngineUWP/Engine/Plugins/Experimental/StructUtils/Source/StructUtilsEngine/Private/StructUtilsEngineModule.cpp
henry falconer 4f274756c4 Moved all FInstancedStruct code that depends on the Engine module into a new StructUtilsEngine module.
This allows modules that can't depend on Engine to use FInstancedStruct.

#rb mikko.mononen
#preflight 6407064f8c0039bbf796231b

[CL 24541952 by henry falconer in ue5-main branch]
2023-03-07 11:59:40 -05:00

6 lines
147 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "StructUtilsEngineModule.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, StructUtilsEngine);