UMoviePipelineOutputBase::IsAlphaSupported

If alpha is supported and desired for this output.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineOutputBase.h

Include

#include "MoviePipelineOutputBase.h"

Syntax

bool IsAlphaSupported() const

Remarks

If alpha is supported and desired for this output. This adds about 30% to the accumulation cost so you should only return true if you really want it (ie: Consider AND'ing it with a UI-exposed variable).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss