FHighResScreenshotConfig::MergeMaskIntoAlpha

Utility function for merging the mask buffer into the alpha channel of the supplied bitmap, if masking is enabled.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/HighResScreenshot.h

Include

#include "HighResScreenshot.h"

Source

/Engine/Source/Runtime/Engine/Private/HighResScreenshot.cpp

Syntax

bool MergeMaskIntoAlpha
(
    TArray< FColor > & InBitmap
)

Remarks

Utility function for merging the mask buffer into the alpha channel of the supplied bitmap, if masking is enabled. Returns true if the mask was written, and false otherwise.

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