EActiveTimerReturnType

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss