42 virtual void BeginDestroy()
override;
47 virtual void OnUnlink()
override final;
50 void ApplyMovementUpdates();
53 void OutputDeferredMovements();
56 void EnsureMovementsFlushed();
69 void operator=(
const FScopedSequencerMovementUpdate&) =
delete;
70 FScopedSequencerMovementUpdate(
const FScopedSequencerMovementUpdate&) =
delete;
72 void operator=(FScopedSequencerMovementUpdate&&) =
delete;
73 FScopedSequencerMovementUpdate(FScopedSequencerMovementUpdate&&) =
delete;
75 USceneComponent* GetComponent()
const;
79 struct FScopedMovementUpdateContainer
83 FScopedSequencerMovementUpdate
Value;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127