UE::MovieScene::ResolveChannelsToData

Declaration of a function used to popupate a specific type with generic channel data after blending has occurred.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/Blending/MovieSceneMultiChannelBlending.h"

Syntax

namespace UE
{
    namespace MovieScene
    {
        template<typename T, typename SourceData, uint8 N>
        void UE::MovieScene::ResolveChannelsToData
        (
            const TMultiChannelValue< T, N > & OutChannelData,
            SourceData & OutData
        )
    }
}

Remarks

Declaration of a function used to popupate a specific type with generic channel data after blending has occurred. Overload in the MovieScene namespace for type-specific functionality. For example, to support multi channel blending

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