PostConstructKeyInstance

Called to initialize a newly allocated key struct for editing.

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/SequencerKeyStructGenerator.h

Include

#include "SequencerKeyStructGenerator.h"

Syntax

template<typename ChannelType>
void PostConstructKeyInstance
(
    const TMovieSceneChannelHandle< ChannelType > & ChannelHandle,
    FKeyHandle InHandle,
    FStructOnScope * Struct
)

Remarks

Called to initialize a newly allocated key struct for editing. Empty by default, but can be overridden to perform any per-instance setup required for specific channel's key structs

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