MovieScene::AssignValue

Called to assign a specific value in a channel.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelTraits.h

Include

#include "Channels/MovieSceneChannelTraits.h"

Syntax

namespace MovieScene
{
    template<typename ChannelType, typename ValueType>
    bool MovieScene::AssignValue
    (
        ChannelType * InChannel,
        FKeyHandle InKeyHandle,
        ValueType && InValue
    )
}

Remarks

Called to assign a specific value in a channel.

Returns

If the value was successfully assigned. Will return false if the key handle doesn't belong to that channel.

Parameters

Parameter

Description

InChannel

The channel the value is contained within

InKeyHandle

The handle of the key to assign to

InValue

The new value

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