FDynamicMeshAttributeSet::IsSameAs

Returns true if this AttributeSet is the same as Other.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h

Include

#include "DynamicMesh/DynamicMeshAttributeSet.h"

Source

/Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp

Syntax

bool IsSameAs
(
    const FDynamicMeshAttributeSet & Other,
    bool bIgnoreDataLayout
) const

Remarks

Returns true if this AttributeSet is the same as Other.