Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
Include |
#include "Types/SlateEnums.h" |
enum EActiveTimerReturnType
{
Stop,
Continue,
}
Name |
Description |
---|---|
Stop |
If this value is returned, the widget's active timer will be unregistered automatically. |
Continue |
If this value is returned, the widget will continue to have its timer delegate called on it. |
Return type for FWidgetActiveTimerDelegate. Don't expose to blueprints.