Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
Include |
#include "Widgets/SWindow.h" |
struct FMorpher
Utility for animating the window size.
Name | Description | ||
---|---|---|---|
|
bool: 1 |
bIsActive |
True if this morph is currently active |
|
bool: 1 |
bIsAnimatingWindowSize |
True if we're morphing size as well as position. False if we're just morphing position |
|
Sequence |
Animation sequence to hold on to the Handle |
|
|
StartingMorphShape |
Initial size of the window (i.e. at the start of animation) |
|
|
float |
StartingOpacity |
Initial window opacity |
|
TargetMorphShape |
Desired size of the window (i.e. at the end of the animation) |
|
|
float |
TargetOpacity |
Desired opacity of the window |
Name | Description | |
---|---|---|
|
FMorpher() |
A rectangle defined by upper-left and lower-right corners. |