UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimNotifyEndDataContext.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "AnimNodeMessages.h"
6
7namespace UE::Anim {
8
9// Notify Context Data containing if the notify state reached the end or was cancelled
10// This is useful i.e When there's simultaneous instances of the same montage, to trigger start/end events of its notify states.
20
21} // namespace UE::Anim
#define DECLARE_NOTIFY_CONTEXT_INTERFACE(ClassName)
Definition AnimNodeMessages.h:37
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition AnimNotifyEndDataContext.h:12
const bool bReachedEnd
Definition AnimNotifyEndDataContext.h:18
Definition AnimNodeMessages.h:46
Definition AnimationAsset.h:42