|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <SArticyIdProperty.h>
Protected Member Functions | |
| virtual void | Tick (const FGeometry &AllottedGeometry, const double InCurrentTime, const float InDeltaTime) override |
This combo button is 1:1 the same as the normal SComboButton except that its Tick function does not try to Resize the menu. Instead, it only moves the Window. This fixes a problem where the menu would continuously be resized with 1 pixel difference which causes flickering in some edge cases (zoom level -1 and a menu that wasn't fixed size 300x300 like the default asset picker (300x350 would also flicker)
|
overrideprotectedvirtual |
Ticks the SFixedSizeMenuComboButton, updating its position if necessary.
| AllottedGeometry | The allotted geometry of the widget. |
| InCurrentTime | The current time. |
| InDeltaTime | The time delta since the last tick. |
The tick is ending, so the window was not dismissed this tick.