EMontageNotifyTickType::Type

Ticking method for AnimNotifies in AnimMontages.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h

Include

#include "Animation/AnimTypes.h"

Syntax

namespace EMontageNotifyTickType
{
    enum Type
    {
        Queued,
        BranchingPoint,
    }
}

Values

Name

Description

Queued

Queue notifies, and trigger them at the end of the evaluation phase (faster).

BranchingPoint

Trigger notifies as they are encountered (Slower).

Remarks

Ticking method for AnimNotifies in AnimMontages.

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