Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > FMovieSceneChannelValueHelper > FMovieSceneChannelValueHelper
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStructHelper.h |
Include | #include "MovieSceneKeyStructHelper.h" |
template<typename ChannelType, typename ValueType>
FMovieSceneChannelValueHelper
&40;
const TMovieSceneChannelHandle< ChannelType > & InChannel,
ValueType &42; InUserValue,
TArrayView< const FKeyHandle > AllKeyHandles
&41;
Remarks
Construction from a channel handle, a pointer to an external user-facing value on the key struct, and an array of handles
Parameters
Name | Description |
---|---|
InChannel | A handle to the channel that contains the key we're editing |
InUserValue | Pointer to a user-facing value on an editable UStruct instance |
AllKeyHandles | Array of all key handles that should be edited using this helper |