FPluginDescriptor::UpdatePluginFile

Updates the content of the specified plugin file with values in this descriptor (hence preserving json fields that the plugin descriptor doesn't know about)

Choose your operating system:

Windows

macOS

Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/PluginDescriptor.h

Include

#include "PluginDescriptor.h"

Source

/Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp

Syntax

bool UpdatePluginFile
(
    const FString & FileName,
    FText & OutFailReason
) const

Remarks

Updates the content of the specified plugin file with values in this descriptor (hence preserving json fields that the plugin descriptor doesn't know about)