Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Description
Get pointer to SectionChanged delegate for Montage. If Montage reference is NULL, it will pick the first active montage found.
| Name | Montage_GetSectionChangedDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
FOnMontageSectionChanged * Montage_GetSectionChangedDelegate
(
UAnimMontage * Montage
)