Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | IMovieSceneChannelOwner |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/IMovieSceneChannelOwner.h |
| Include Path | #include "Channels/IMovieSceneChannelOwner.h" |
Syntax
class IMovieSceneChannelOwner
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UE::MovieScene::FChannelOwnerCapabilities GetCapabilities
(
FName ChannelName |
Retrieve the capabilities for the channel on this interface | Channels/IMovieSceneChannelOwner.h | |
| Check whether the specified channel is muted. | Channels/IMovieSceneChannelOwner.h | ||
virtual void SetIsMuted
(
FName ChannelName, |
Set the mute state for the specified channel. | Channels/IMovieSceneChannelOwner.h |