Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/UE__MovieScene__RemoveChannelDef-
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelTraits.h |
| Include | #include "Channels/MovieSceneChannelTraits.h" |
namespace UE
{
namespace MovieScene
{
template<typename ChannelType>
TEnableIf< TMovieSceneChannelTraits< ChannelType >::SupportsDefaults >::Type UE&58;&58;MovieScene&58;&58;RemoveChannelDefault
&40;
ChannelType &42; Channel
&41;
}
}
Remarks
Removes a channel's default value
Parameters
| Name | Description |
|---|---|
| InChannel | The channel to remove the default from. |