TImageBuilder::Convert

Convert to a different data type of same Dimensions using ConvertFunc

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Image/ImageBuilder.h

Include

#include "Image/ImageBuilder.h"

Syntax

template<typename OtherType>
void Convert
(
    TFunctionRef< OtherType> ConvertFunc,
    TImageBuilder< OtherType > & ConvertedImageOut
) const

Remarks

Convert to a different data type of same Dimensions using ConvertFunc

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