Code: Select all
native final function AddVariable(string VariableName, string Value);
native final function string GetVariable(string VariableName, optional string DefaultValue);
native final function int GetVariableCount(string VariableName);
native final function string GetVariableNumber(string VariableName, int Number, optional string DefaultValue);
Also, this variable is another interesting thing:
Code: Select all
var private native const int VariableMap[5]; // TMultiMap<FString, FString>!
And this is what I found in WebResponse.uc:
Code: Select all
native final function IncludeBinaryFile(string Filename);