You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Rename FPostConstructInitializeProperties to something simpler
Changed it with FObjectInitializer. UECORE-7 [CL 2328384 by Jaroslaw Palczynski in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
877850db55
commit
7c41927cf4
+2
-2
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user