|
| static MOVIESCENE_API FText | GetDisplayPathName (const UMovieSceneTrack *Track) |
| |
| static MOVIESCENE_API FText | GetDisplayPathName (const UMovieSceneSection *Section) |
| |
| static MOVIESCENE_API FText | GetDisplayPathName (const UMovieSceneSection *Section, const FMovieSceneChannel *Channel, const FMovieSceneChannelMetaData &ChannelMetaData) |
| |
| static MOVIESCENE_API bool | IsSectionKeyable (const UMovieSceneSection *) |
| |
| static MOVIESCENE_API UMovieSceneSection * | FindSectionAtTime (TArrayView< UMovieSceneSection *const > Sections, FFrameNumber Time, int32 RowIndex=INDEX_NONE) |
| |
| static MOVIESCENE_API UMovieSceneSection * | FindNearestSectionAtTime (TArrayView< UMovieSceneSection *const > Sections, FFrameNumber Time, int32 RowIndex=INDEX_NONE) |
| |
| static MOVIESCENE_API UMovieSceneSection * | FindNextSection (TArrayView< UMovieSceneSection *const > Sections, FFrameNumber Time) |
| |
| static MOVIESCENE_API UMovieSceneSection * | FindPreviousSection (TArrayView< UMovieSceneSection *const > Sections, FFrameNumber Time) |
| |
| static MOVIESCENE_API bool | FixupConsecutiveSections (TArray< UMovieSceneSection * > &Sections, UMovieSceneSection &Section, bool bDelete, bool bCleanUp=false) |
| |
| static MOVIESCENE_API bool | FixupConsecutiveBlendingSections (TArray< UMovieSceneSection * > &Sections, UMovieSceneSection &Section, bool bDelete, bool bCleanUp=false) |
| |
| static MOVIESCENE_API void | SortConsecutiveSections (TArray< UMovieSceneSection * > &Sections) |
| |
| static MOVIESCENE_API void | GetDescendantMovieScenes (UMovieSceneSequence *InSequence, TArray< UMovieScene * > &InMovieScenes) |
| |
| static MOVIESCENE_API void | GetDescendantSubSections (const UMovieScene *InMovieScene, TArray< UMovieSceneSubSection * > &InSubSections) |
| |
| static MOVIESCENE_API USceneComponent * | SceneComponentFromRuntimeObject (UObject *Object) |
| |
| static MOVIESCENE_API UObject * | ResolveSceneComponentBoundObject (UObject *Object) |
| |
| static MOVIESCENE_API UCameraComponent * | CameraComponentFromActor (const AActor *InActor) |
| |
| static MOVIESCENE_API UCameraComponent * | CameraComponentFromRuntimeObject (UObject *RuntimeObject) |
| |
| static MOVIESCENE_API void | SetRuntimeObjectMobility (UObject *Object, EComponentMobility::Type ComponentMobility=EComponentMobility::Movable) |
| |
| static MOVIESCENE_API float | GetSoundDuration (USoundBase *Sound) |
| |
| static bool | SortLowerBounds (TRangeBound< FFrameNumber > A, TRangeBound< FFrameNumber > B) |
| |
| static bool | SortUpperBounds (TRangeBound< FFrameNumber > A, TRangeBound< FFrameNumber > B) |
| |
| static MOVIESCENE_API bool | SortOverlappingSections (const UMovieSceneSection *A, const UMovieSceneSection *B) |
| |
| static MOVIESCENE_API float | CalculateWeightForBlending (UMovieSceneSection *SectionToKey, FFrameNumber Time) |
| |
| static MOVIESCENE_API FString | MakeUniqueBindingName (UMovieScene *InMovieScene, const FString &InName) |
| |
| static MOVIESCENE_API FString | MakeUniqueSpawnableName (UMovieScene *InMovieScene, const FString &InName) |
| |
| static MOVIESCENE_API UObject * | MakeSpawnableTemplateFromInstance (UObject &InSourceObject, UMovieScene *InMovieScene, FName InName) |
| |
| static MOVIESCENE_API bool | IsBoundToAnySpawnable (UMovieSceneSequence *Sequence, const FGuid &ObjectId, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState) |
| |
| static MOVIESCENE_API bool | IsBoundToSpawnable (UMovieSceneSequence *Sequence, const FGuid &ObjectId, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState, int32 BindingIndex=0) |
| |
| static MOVIESCENE_API FGuid | TryCreateCustomSpawnableBinding (UMovieSceneSequence *Sequence, UObject *CustomBindingObject) |
| |
| static MOVIESCENE_API TArray< UObject * > | GetBoundObjects (const FMovieSceneSequenceID &SequenceID, const FGuid &ObjectId, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState, int32 BindingIndex=0) |
| |
| static MOVIESCENE_API UObject * | GetSingleBoundObject (UMovieSceneSequence *Sequence, const FGuid &ObjectId, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState, int32 BindingIndex=0) |
| |
| static MOVIESCENE_API UObject * | GetObjectTemplate (UMovieSceneSequence *Sequence, const FGuid &ObjectId, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState, int32 BindingIndex=0) |
| |
| static MOVIESCENE_API bool | SetObjectTemplate (UMovieSceneSequence *Sequence, const FGuid &ObjectId, UObject *InSourceObject, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState, int32 BindingIndex=0) |
| |
| static MOVIESCENE_API bool | SupportsObjectTemplate (UMovieSceneSequence *Sequence, const FGuid &ObjectId, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState, int32 BindingIndex=0) |
| |
| static MOVIESCENE_API bool | CopyObjectTemplate (UMovieSceneSequence *Sequence, const FGuid &ObjectId, UObject *InSourceObject, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState, int32 BindingIndex=0) |
| |
| static void MOVIESCENE_API | GetPrioritySortedCustomBindingTypes (TArray< const TSubclassOf< UMovieSceneCustomBinding > > &OutCustomBindingTypes) |
| |
| static TSharedRef< UE::MovieScene::FSharedPlaybackState > MOVIESCENE_API | CreateTransientSharedPlaybackState (UObject *WorldContext, UMovieSceneSequence *Sequence) |
| |
| static MOVIESCENE_API UObject * | GetResolutionContext (UMovieSceneSequence *Sequence, const FGuid &ObjectId, const FMovieSceneSequenceID &SequenceID, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState) |
| |
| static MOVIESCENE_API const UMovieSceneCondition * | GetSequenceCondition (const UMovieSceneTrack *Track, const UMovieSceneSection *Section, bool bFromCompilation=false) |
| |
| static MOVIESCENE_API bool | EvaluateSequenceCondition (const FGuid &BindingID, const FMovieSceneSequenceID &SequenceID, const UMovieSceneCondition *Condition, UObject *ConditionOwnerObject, TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState) |
| |