| 244 | } |
| 245 | |
| 246 | DEFINE_ACTION_FUNCTION(FStringStruct, Format) |
| 247 | { |
| 248 | PARAM_PROLOGUE; |
| 249 | FString s = FStringFormat(VM_ARGS_NAMES); |
| 250 | ACTION_RETURN_STRING(s); |
| 251 | } |
| 252 | |
| 253 | DEFINE_ACTION_FUNCTION(FStringStruct, AppendFormat) |
| 254 | { |
nothing calls this directly
no test coverage detected