HyperPlay Utils

class HyperPlayUtils

Static class of useful HyperPlay specific utilities.

Public Static Functions

static TSharedPtr<FJsonValue> CreateJsonValue(FString obj)

Parse an object string into a JSON value.

static bool StatusCodeIsSuccess(int32 statusCode)

Determine if a status code integer represents a successful HTTP response code.