Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMeshBufferSet
Description
Compare the mesh buffer with another one, but ignore internal data like generated vertex indices. This version compares the data component-wise, skipping any memory not specified in the buffer description.
| Name | IsSimilarRobust |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/MeshBufferSet.h |
| Include Path | #include "MuR/MeshBufferSet.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/MeshBufferSet.cpp |
bool IsSimilarRobust
(
const FMeshBufferSet & Other,
bool bCompareUVs
) const