TImageBuilder::BilinearSample

Sample the image value at floating-point pixel coords with Bilinear interpolation

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 ScalarType>
PixelType BilinearSample
(
    const FVector2d & PixelCoords,
    const PixelType & InvalidValue
) const

Remarks

Sample the image value at floating-point pixel coords with Bilinear interpolation

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