FJsonValueArray

A Json Array Value.

Windows
MacOS
Linux

Inheritance Hierarchy

FJsonValue

FJsonValueArray

References

Module

Json

Header

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

Include

#include "Dom/JsonValue.h"

Syntax

class FJsonValueArray : public FJsonValue

Remarks

A Json Array Value.

Variables

Name Description

Protected variable

TArray< TShared...

 

Value

Constructors

Name Description

Public function

FJsonValueArray

(
    const TArray< TSharedPtr< FJsonValu...
)

Overridden from FJsonValue

Name Description

Protected function Virtual Const

FString

 

GetType()

Public function Virtual Const

bool

 

TryGetArray

(
    const TArray< TSharedPtr< FJsonValu...
)

Tries to convert this value to an array, returning false if not possible

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