UAnimationBlueprintLibrary::AddAnimationNotifyStateEvent

Adds an Animation Notify State Event to Notify track in the given Animation with the given Notify State creation data

Unreal Engine C++ API Reference > Editor > AnimationBlueprintLibrary > UAnimationBlueprintLibrary

References

   
Module AnimationBlueprintLibrary
Header /Engine/Source/Editor/AnimationBlueprintLibrary/Public/AnimationBlueprintLibrary.h
Include #include "AnimationBlueprintLibrary.h"
Source /Engine/Source/Editor/AnimationBlueprintLibrary/Private/AnimationBlueprintLibrary.cpp
static [UAnimNotifyState](API\Runtime\Engine\Animation\AnimNotifies\UAnimNotifyState) * AddAnimationNotifyStateEvent
(
    [UAnimSequenceBase](API\Runtime\Engine\Animation\UAnimSequenceBase) * AnimationSequenceBase,
    [FName](API\Runtime\Core\UObject\FName) NotifyTrackName,
    float StartTime,
    float Duration,
    [TSubclassOf](API\Runtime\CoreUObject\Templates\TSubclassOf)< [UAnimNotifyState](API\Runtime\Engine\Animation\AnimNotifies\UAnimNotifyState) > NotifyStateClass
)

Remarks

Adds an Animation Notify State Event to Notify track in the given Animation with the given Notify State creation data


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library