![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMovieSceneChannelOwner.h>
Inheritance diagram for IMovieSceneChannelOwner:Public Member Functions | |
| virtual UE::MovieScene::FChannelOwnerCapabilities | GetCapabilities (FName ChannelName) const |
| virtual bool | IsMuted (FName ChannelName) const |
| virtual void | SetIsMuted (FName ChannelName, bool bIsMuted) |
|
inlinevirtual |
Retrieve the capabilities for the channel on this interface
Check whether the specified channel is muted.
Reimplemented in UMovieSceneTimeWarpGetter.
Set the mute state for the specified channel.
Reimplemented in UMovieSceneTimeWarpGetter.