Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSharedStruct
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const TSharedStruct< T >& Other |
Comparison operators. Note: it does not compare the internal structure itself | StructUtils/SharedStruct.h | |
bool operator==
(
const TConstSharedStruct< T >& Other |
StructUtils/SharedStruct.h |
operator==(const TSharedStruct< T > &)
Description
Comparison operators. Note: it does not compare the internal structure itself
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T>
bool operator==
(
const TSharedStruct < T > & Other
) const
operator==(const TConstSharedStruct< T > &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T>
bool operator==
(
const TConstSharedStruct < T > & Other
) const