FPluginReferenceDescriptor::WriteArray

Writes an array of plugin references to JSON

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 WriteArray
(
    TJsonWriter<> & Writer,
    const TCHAR * ArrayName,
    const TArray< FPluginReferenceDescriptor > & Plugins
)

Remarks

Writes an array of plugin references to JSON

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