Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h |
Include |
#include "Widgets/Input/SButton.h" |
bool IsPressed() const
Returns true if this button is currently pressed
True if pressed, otherwise false @note IsPressed used to be virtual. Use SetAppearPressed to assign an attribute if you need to override the default behavior.