Skip to content

Commit d571b6a

Browse files
authored
Revert "Fixes SPARSE DELEGETE syntax gen (#908)" (#975)
This reverts commit bf3abe9.
1 parent 3e97593 commit d571b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UE4SS/src/SDKGenerator/UEHeaderGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ namespace RC::UEGenerator
768768
return_value_declaration,
769769
delegate_type_name,
770770
// TODO: Actually get delegate property name.
771-
is_sparse ? fmt::format(STR(", {}, {}"), owning_class, STR("EnterPropertyName")) : STR(""),
771+
is_sparse ? fmt::format(STR("{}, {}"), owning_class, STR("EnterPropertyName")) : STR(""),
772772
delegate_parameter_list);
773773

774774
header_data.append_line(delegate_declaration_string);

0 commit comments

Comments
 (0)