Skip to content

Commit

Permalink
Removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Sep 16, 2023
1 parent ee8c48f commit 7390d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GUI/LiveView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,6 @@ namespace RC::GUI
if (return_property)
{
FString return_property_text{};
//auto container_ptr = return_property->ContainerPtrToValuePtr<void*>(context.RESULT_DECL);
auto container_ptr = context.RESULT_DECL;
return_property->ExportTextItem(return_property_text, container_ptr, container_ptr, std::bit_cast<UObject*>(function), NULL);
buffer.append(std::format(STR(" {}"), return_property_text.GetCharArray()));
Expand Down

0 comments on commit 7390d60

Please sign in to comment.