First take at serialization
This commit is contained in:
parent
23c9386add
commit
3e093a20ff
8 changed files with 128 additions and 43 deletions
|
|
@ -945,7 +945,7 @@ DEFINE_ACTION_FUNCTION(FStringStruct, Replace)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static FString FStringFormat(VM_ARGS)
|
||||
FString FStringFormat(VM_ARGS)
|
||||
{
|
||||
assert(param[0].Type == REGT_STRING);
|
||||
FString fmtstring = param[0].s().GetChars();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue