Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/TDynamicVertexAttribute
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVertexAttribute.h |
| Include | #include "DynamicMesh/DynamicVertexAttribute.h" |
bool IsSameAs
(
const TDynamicVertexAttribute < AttribValueType, AttribDimension, ParentType > & Other,
bool bIgnoreDataLayout
) const
Remarks
Returns true if this AttributeSet is the same as Other.
Parameters
| Name | Description |
|---|---|
| bIgnoreDataLayout | Ignore gaps and padding in the data layout, i.e. the exact index is irrelevant as long as valid entries are equal in value and in the same order. |