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