Get Json String Value

Get Json String Value

Windows
MacOS
Linux

Helper function to extract a string field from a JSON descriptor of a UI interaction given its field name. The field name may be hierarchical, delimited by a period. For example, to access the Width value of a Resolution command above you should use "Resolution.Width" to get the width value.

Target is Pixel Streamer Input Component

Get Json String Value
Target
Descriptor
Field Name
String Value
Success

Inputs

Target
Pixel Streamer Input Component Object Reference
Descriptor
String

The UI interaction JSON descriptor.

Field Name
String

The name of the field to look for in the JSON.

Outputs

String Value
String

The string value associated with the field name.

Success
Boolean

True if the field exists in the JSON data.

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