Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/UE__MovieScene__GetChannelDefaul-
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelTraits.h |
| Include | #include "Channels/MovieSceneChannelTraits.h" |
namespace UE
{
namespace MovieScene
{
template<typename ChannelType, typename ValueType>
TEnableIf< TMovieSceneChannelTraits< ChannelType >::SupportsDefaults, bool >::Type UE&58;&58;MovieScene&58;&58;GetChannelDefault
&40;
ChannelType &42; Channel,
ValueType & OutDefaultValue
&41;
}
}
Remarks
Gets the default value for the channel if set If there is a default value or not.
Parameters
| Name | Description |
|---|---|
| InChannel | The channel to set the default on |