Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Serialization > API/Runtime/Json/Serialization/TJsonWriter > API/Runtime/Json/Serialization/TJsonWriter/WriteRawJSONValue
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Serialization/JsonWriter.h |
| Include | #include "Serialization/JsonWriter.h" |
void WriteRawJSONValue
(
const FString & Identifier,
const FString & Value
)
Remarks
WARNING: THIS IS DANGEROUS. Use this only if you know for a fact that the Value is valid JSON! Use this to insert the results of a different JSON Writer in.