UAnimPreviewInstance::AddKeyCompleteDelegate

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

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimPreviewInstance

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimPreviewInstance.h
Include #include "AnimPreviewInstance.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimPreviewInstance.cpp
[FDelegateHandle](API\Runtime\Core\Delegates\FDelegateHandle) AddKeyCompleteDelegate
(
    FSimpleMulticastDelegate::FDelegate InOnSetKeyCompleteDelegate
)

Remarks

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

Parameters

Name Description
Delegate To be called once set key is completed

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library