UAnimPreviewInstance::AddKeyCompleteDelegate

Add the delegate to be called when a key is set.

Windows
MacOS
Linux

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimPreviewInstance.h

Include

#include "AnimPreviewInstance.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimPreviewInstance.cpp

Syntax

FDelegateHandle AddKeyCompleteDelegate
(
    FSimpleMulticastDelegate::FDelegate InOnSetKeyCompleteDelegate
)

Remarks

Add the delegate to be called when a key is set.

Parameters

Parameter

Description

Delegate

To be called once set key is completed

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