|
| template<typename ValueType > |
| void | NativeFuncs::WriteValue (FJsonWriterRef Writer, const FString &Key, const ValueType &Value) |
| |
| void | NativeFuncs::WriteNull (FJsonWriterRef Writer, const FString &Key) |
| |
| void | NativeFuncs::WriteArrayStart (FJsonWriterRef Writer, const FString &Key) |
| |
| void | NativeFuncs::WriteObjectStart (FJsonWriterRef Writer, const FString &Key) |
| |
| void | NativeFuncs::WriteRaw (FJsonWriterRef Writer, const FString &Key, const FString &Value) |
| |
| template<typename ValueType > |
| void | NativeFuncs::WriteValue (FJsonWriterRef Writer, const int, const ValueType &Value) |
| |
| void | NativeFuncs::WriteNull (FJsonWriterRef Writer, int) |
| |
| void | NativeFuncs::WriteArrayStart (FJsonWriterRef Writer, int) |
| |
| void | NativeFuncs::WriteObjectStart (FJsonWriterRef Writer, int) |
| |
| void | NativeFuncs::WriteRaw (FJsonWriterRef Writer, int, const FString &Value) |
| |
| template<typename KeyType > |
| bool | NativeFuncs::WriteJsParam (FNativeJSScriptingRef Scripting, FJsonWriterRef Writer, const KeyType &Key, FWebJSParam &Param) |
| |
| FString | GetObjectPostInitScript (const FString &Name, const FString &FullyQualifiedName) |
| |
| int32 | ParseParams (const FString &ParamStr, TArray< FString > &OutArray) |
| |