FManifestUpdateHelper::Finalize

Finalizes the updater, and writes it back to the file, returning true if successful, and false if there were any errors.

Unreal Engine C++ API Reference > Developer > SharedSettingsWidgets > FManifestUpdateHelper

References

   
Module SharedSettingsWidgets
Header /Engine/Source/Developer/SharedSettingsWidgets/Public/ManifestUpdateHelper.h
Include #include "ManifestUpdateHelper.h"
Source /Engine/Source/Developer/SharedSettingsWidgets/Private/ManifestUpdateHelper.cpp
bool Finalize
(
    const [FString](API\Runtime\Core\Containers\FString) & TargetFilename,
    bool bShowNotifyOnFailure,
    [FFileHelper::EEncodingOptions](API\Runtime\Core\Misc\FFileHelper\EEncodingOptions) EncodingOption
)

Remarks

Finalizes the updater, and writes it back to the file, returning true if successful, and false if there were any errors.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library