Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TAttribute
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Attribute.h |
Include | #include "Misc/Attribute.h" |
bool IdenticalTo
&40;
const TAttribute & InOther
&41; const
Remarks
Is this attribute identical to another TAttribute. true if the attributes are identical, false otherwise.
Parameters
Name | Description |
---|---|
InOther | The other attribute to compare with. |