EActiveTimerReturnType

Return type for FWidgetActiveTimerDelegate. Don't expose to blueprints.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h

Include

#include "Types/SlateEnums.h"

Syntax

enum EActiveTimerReturnType
{
    Stop,
    Continue,
}

Values

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.

Remarks

Return type for FWidgetActiveTimerDelegate. Don't expose to blueprints.