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. Be aware this method compares the data byte by byte without checking if the data belong to the buffer components and could give false negatives if unset padding data is present.
| Name | IsSimilar |
| 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 IsSimilar
(
const FMeshBufferSet & Other
) const