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