Files
UnrealEngineUWP/Engine/Source/Developer/FileUtilities/Private/FileUtilities.cpp
Rolando Caloca 5154fdf98c Merging //UE4/Dev-Main@4871865 to Dev-Rendering (//UE4/Dev-Rendering)
#rb none
#rnx

[CL 4872315 by Rolando Caloca in Dev-Rendering branch]
2019-02-01 18:09:46 -05:00

5 lines
150 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, FileUtilities);