Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMeshBufferSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasSameFormat
(
const FMeshBufferSet& Other |
Return true if the formats of the two vertex buffers set match. | MuR/MeshBufferSet.h | |
bool HasSameFormat
(
int32 ThisBufferIndex, |
Compare the format of the two buffers at index buffer and return true if they match. | MuR/MeshBufferSet.h |
HasSameFormat(const FMeshBufferSet &)
Description
Return true if the formats of the two vertex buffers set match.
| Name | HasSameFormat |
| 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 HasSameFormat
(
const FMeshBufferSet & Other
) const
HasSameFormat(int32, const FMeshBufferSet &, int32)
Description
Compare the format of the two buffers at index buffer and return true if they match.
| Name | HasSameFormat |
| 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 HasSameFormat
(
int32 ThisBufferIndex,
const FMeshBufferSet & pOther,
int32 OtherBufferIndex
) const