FMovieSceneChannelValueHelper::FMovieSceneChannelValueHelper

Construction from a channel handle, a pointer to an external user-facing value on the key struct, and an array of handles

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStructHelper.h

Include

#include "MovieSceneKeyStructHelper.h"

Syntax

template<typename ChannelType, typename ValueType>
FMovieSceneChannelValueHelper
(
    const TMovieSceneChannelHandle< ChannelType > & InChannel,
    ValueType * InUserValue,
    TArrayView< const FKeyHandle > AllKeyHandles
)

Remarks

Construction from a channel handle, a pointer to an external user-facing value on the key struct, and an array of handles

Parameters

Parameter

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

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