Navigation
API > API/Runtime > API/Runtime/Json
Description
Make a RapidJSON reference to the given string.
The given string must outlive the returned reference.
| Name | UE::Json::MakeStringRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/JsonUtils/RapidJsonUtils.h |
| Include Path | #include "JsonUtils/RapidJsonUtils.h" |
namespace UE
{
namespace Json
{
FStringRef UE::Json::MakeStringRef
(
FStringView Str
)
}
}