MovieScene::MultiChannelFromData

Declaration of a function used to generate multi channel data from a source type.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneMultiChannelBlending.h

Include

#include "Evaluation/Blending/MovieSceneMultiChannelBlending.h"

Syntax

namespace MovieScene
{
    template<typename T, typename SourceData, uint8 N>
    void MovieScene::MultiChannelFromData
    (
        SourceData InSourceData,
        TMultiChannelValue< T, N > & OutChannelData
    )
}

Remarks

Declaration of a function used to generate multi channel data from a source type. Overload in the MovieScene namespace for type-specific functionality.

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