Rename FPostConstructInitializeProperties to something simpler

Changed it with FObjectInitializer.

UECORE-7

[CL 2328384 by Jaroslaw Palczynski in Main branch]
This commit is contained in:
Jaroslaw Palczynski
2014-10-14 10:29:11 -04:00
committed by UnrealBot
parent 877850db55
commit 7c41927cf4
1266 changed files with 3935 additions and 3931 deletions
@@ -11,8 +11,8 @@ DEFINE_LOG_CATEGORY_STATIC(LogGenerateManifestCommandlet, Log, All);
/**
* UGenerateGatherManifestCommandlet
*/
UGenerateGatherManifestCommandlet::UGenerateGatherManifestCommandlet(const class FPostConstructInitializeProperties& PCIP)
: Super(PCIP)
UGenerateGatherManifestCommandlet::UGenerateGatherManifestCommandlet(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}