Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSubScriptStructOf
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Templates/SubScriptStructOf.h | |||
TSubScriptStructOf
(
UScriptStruct* From |
Constructor that takes a UScriptStruct*. | Templates/SubScriptStructOf.h | |
TSubScriptStructOf
(
U&& From |
Construct from a UScriptStruct* (or something implicitly convertible to it). | Templates/SubScriptStructOf.h | |
TSubScriptStructOf
(
const TSubScriptStructOf< U >& Other |
Construct from another TSubScriptStructOf, only if types are compatible. | Templates/SubScriptStructOf.h |
TSubScriptStructOf()
| Name | TSubScriptStructOf |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubScriptStructOf.h |
| Include Path | #include "Templates/SubScriptStructOf.h" |
TSubScriptStructOf()
TSubScriptStructOf(UScriptStruct *)
Description
Constructor that takes a UScriptStruct*.
| Name | TSubScriptStructOf |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubScriptStructOf.h |
| Include Path | #include "Templates/SubScriptStructOf.h" |
TSubScriptStructOf
(
UScriptStruct * From
)
TSubScriptStructOf(U &&)
Description
Construct from a UScriptStruct* (or something implicitly convertible to it).
| Name | TSubScriptStructOf |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubScriptStructOf.h |
| Include Path | #include "Templates/SubScriptStructOf.h" |
template<typename U>
TSubScriptStructOf
(
U && From
)
TSubScriptStructOf(const TSubScriptStructOf< U > &)
Description
Construct from another TSubScriptStructOf, only if types are compatible.
| Name | TSubScriptStructOf |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubScriptStructOf.h |
| Include Path | #include "Templates/SubScriptStructOf.h" |
template<UE::CPointerConvertibleTo< T > U>
TSubScriptStructOf
(
const TSubScriptStructOf < U > & Other
)