We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c962cd commit 97ee0c1Copy full SHA for 97ee0c1
UE4SS/src/GUI/LiveView.cpp
@@ -2223,7 +2223,7 @@ namespace RC::GUI
2223
auto property_name = to_string(property->GetName());
2224
auto container_ptr = property->ContainerPtrToValuePtr<void*>(container);
2225
auto as_struct_property = CastField<FStructProperty>(property);
2226
- static constexpr auto s_error_too_large = STR("Too large to display!");
+ static constexpr auto s_error_too_large = STR("Too large to display on one line! Click to view individual members.");
2227
bool editable = true;
2228
if (auto as_map_property = CastField<FMapProperty>(property))
2229
{
0 commit comments