7#include "MovieSceneMuteSoloDecoration.generated.h"
9#define UE_API MOVIESCENE_API
28 void SetMuted(
bool bMuted) { MuteSoloData.bMuted = bMuted; }
29 bool IsMuted()
const {
return MuteSoloData.bMuted; }
31 void SetSoloed(
bool bSoloed) { MuteSoloData.bSoloed = bSoloed; }
32 bool IsSoloed()
const {
return MuteSoloData.bSoloed; }
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition IMovieSceneDecoration.h:29
Definition MovieSceneMuteSoloDecoration.h:21
void SetSoloed(bool bSoloed)
Definition MovieSceneMuteSoloDecoration.h:31
bool IsMuted() const
Definition MovieSceneMuteSoloDecoration.h:29
bool IsSoloed() const
Definition MovieSceneMuteSoloDecoration.h:32
Definition MovieSceneMuteSoloDecoration.h:12
bool bMuted
Definition MovieSceneMuteSoloDecoration.h:13
bool bSoloed
Definition MovieSceneMuteSoloDecoration.h:14