Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture > API/Runtime/MovieSceneCapture/UMovieSceneCapture
Description
Returns true if this is currently the audio pass, or if an audio pass is not needed. Shorthand for checking if we're in a state where we should finish capture.
| Name | IsAudioPassIfNeeded |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCapture.h |
| Include Path | #include "MovieSceneCapture.h" |
| Source | /Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapture.cpp |
virtual bool IsAudioPassIfNeeded() const