UAssetRegUtilCommandlet::GeneratePartiallyUpdatedOrderFile

Generate a new FOO which only takes partial update from new FOO files with input of an old FOO file and a new FOO file.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Commandlets/AssetRegUtilCommandlet.h

Include

#include "Commandlets/AssetRegUtilCommandlet.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Commandlets/AssetRegUtilCommandlet.cpp

Syntax

bool GeneratePartiallyUpdatedOrderFile
(
    const FString & OldOrderFilePath,
    const FString & NewOrderFilePath,
    const FString & OutOrderFilePath,
    const float PatchSizePerfBalanceFactor
)

Remarks

Generate a new FOO which only takes partial update from new FOO files with input of an old FOO file and a new FOO file.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss