FPluginReferenceDescriptor::UpdateArray

Updates an array of plugin references in the specified JSON field (indexed by plugin name)

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "PluginReferenceDescriptor.h"

Source

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

Syntax

static void UpdateArray
(
    FJsonObject & JsonObject,
    const TCHAR * ArrayName,
    const TArray< FPluginReferenceDescriptor > & Plugins
)

Remarks

Updates an array of plugin references in the specified JSON field (indexed by plugin name)

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