Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSharedStruct
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedStruct & operator=
(
const TSharedStruct< T >& InOther |
Assignment operators | StructUtils/SharedStruct.h | |
TSharedStruct & operator=
(
TSharedStruct< T >&& InOther |
StructUtils/SharedStruct.h |
operator=(const TSharedStruct< T > &)
Description
Assignment operators
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T, typename>
TSharedStruct & operator=
(
const TSharedStruct < T > & InOther
)
operator=(TSharedStruct< T > &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T, typename>
TSharedStruct & operator=
(
TSharedStruct < T > && InOther
)