FJsonObject::RemoveField

Removes the field with the specified name.

Choose your operating system:

Windows

macOS

Linux

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h

Include

#include "Dom/JsonObject.h"

Source

/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp

Syntax

void RemoveField
(
    const FString & FieldName
)

Remarks

Removes the field with the specified name.

Parameters

Parameter

Description

FieldName

The name of the field to remove.