UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ActiveMontageInstanceScope.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 the Instance ID of the montage that triggered this notify
10// This is useful i.e When there's simultaneous instances of the same montage, to trigger start/end events of its notify states.
18
19} // namespace UE::Anim
#define DECLARE_NOTIFY_CONTEXT_INTERFACE_API(ClassName, ModuleApi)
Definition AnimNodeMessages.h:40
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ActiveMontageInstanceScope.h:12
const int32 MontageInstanceID
Definition ActiveMontageInstanceScope.h:16
Definition AnimNodeMessages.h:46
Definition AnimationAsset.h:42