FImageOccupancyMap::ComputeFromUVSpaceMesh

Void SetTexelType(int64 X, int64 Y, int8 Type)

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Image/ImageOccupancyMap.h"

Syntax

template<typename MeshType, typename GetTriangleIDFuncType>
bool ComputeFromUVSpaceMesh
(
    const MeshType & UVSpaceMesh,
    GetTriangleIDFuncType GetTriangleIDFunc
)

Remarks

Set texel type at the given X/YTexelType[Dimensions.GetIndex(X, Y)] = Type;

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