Skip to content

Commit 97ee0c1

Browse files
committed
chore: Better description for "Too large to display"
1 parent 2c962cd commit 97ee0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UE4SS/src/GUI/LiveView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ namespace RC::GUI
22232223
auto property_name = to_string(property->GetName());
22242224
auto container_ptr = property->ContainerPtrToValuePtr<void*>(container);
22252225
auto as_struct_property = CastField<FStructProperty>(property);
2226-
static constexpr auto s_error_too_large = STR("Too large to display!");
2226+
static constexpr auto s_error_too_large = STR("Too large to display on one line! Click to view individual members.");
22272227
bool editable = true;
22282228
if (auto as_map_property = CastField<FMapProperty>(property))
22292229
{

0 commit comments

Comments
 (0)