branchrust_reboot/main/tooltip_cleanupcancel

9 Commits over 31 Days - 0.01cph!

2 Years Ago
More layout change (what if we just.... didn't have a layout component)
2 Years Ago
Disable pooling on tooltips (not sure if it's the issue, but makes sense to rule it out)
2 Years Ago
Use RustLayout on Tooltips, possibly fixes some strange tooltip layout issues some playing are seeing
2 Years Ago
Merge from main
2 Years Ago
Force enable text on tooltip to maybe fix missing tooltips text in builds
2 Years Ago
Merge from main
2 Years Ago
Fixed the always on top variant
2 Years Ago
Tooltips are now pooled
2 Years Ago
Reworked some internal tooltip stuff to fix some longstanding issues Tooltips should no longer flash into the wrong location for a frame in some cases Tooltips now use properly renderered text (RustText) General cleanup, less GetComponents and removed a SendMessage!