Skip to content

Commit

Permalink
Fixed crash in live view when looking at nested structs
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Oct 16, 2023
1 parent ab5adf8 commit 8e242de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UE4SS/src/GUI/LiveView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ namespace RC::GUI
inner_property->ExportTextItem(struct_prop_text_item,
struct_prop_container_ptr,
struct_prop_container_ptr,
static_cast<UObject*>(*container_ptr),
nullptr,
NULL);

ImGui::Indent();
Expand Down

0 comments on commit 8e242de

Please sign in to comment.