MovieScene::GetChannelDefault

Gets the default value for the channel if set

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>
    TEnableIf< TMovieSceneChannelTraits< ChannelType >::SupportsDefaults, bool >::Type MovieScene::GetChannelDefault
    (
        ChannelType * Channel,
        ValueType & OutDefaultValue
    )
}

Remarks

Gets the default value for the channel if set

Returns

If there is a default value or not.

Parameters

Parameter

Description

InChannel

The channel to set the default on

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