FModuleDescriptor::UpdateArray

Updates an array of module descriptors in the specified JSON field (indexed by module name)

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "ModuleDescriptor.h"

Source

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

Syntax

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

Remarks

Updates an array of module descriptors in the specified JSON field (indexed by module 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