TAttribute::IdenticalTo

Is this attribute identical to another [TAttribute](API\Runtime\Core\Misc\TAttribute).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Attribute.h

Include

#include "Misc/Attribute.h"

Syntax

bool IdenticalTo
(
    const TAttribute & InOther
) const

Remarks

Is this attribute identical to another TAttribute.

Returns

true if the attributes are identical, false otherwise.

Parameters

Parameter

Description

InOther

The other attribute to compare with.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss