Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/MovieSceneHelpers
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include | #include "MovieSceneCommonHelpers.h" |
Syntax
struct FMovieSceneScopedPackageDirtyGuard
Remarks
Helper struct to cache the package dirty state and then to restore it after this leaves scope. This is for a few minor areas where calling functions on actors dirties them, but Sequencer doesn't actually want the package to be dirty as it causes Sequencer to unnecessairly dirty actors.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneScopedPackageDirtyGuard
(
USceneComponent* InComponent |
Destructors
| Type | Name | Description | |
|---|---|---|---|