FJsonObject::SetBoolField

Set a boolean field named FieldName and value of InValue

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 SetBoolField
(
    const FString & FieldName,
    bool InValue
)

Remarks

Set a boolean field named FieldName and value of InValue

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