Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TStructView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStructView () |
StructUtils/StructView.h | ||
TStructView
(
T& InStruct |
StructUtils/StructView.h | ||
TStructView
(
uint8* InStructMemory |
StructUtils/StructView.h | ||
TStructView
(
TInstancedStruct< T >& InstancedStruct |
StructUtils/StructView.h | ||
TStructView
(
const TSharedStruct< T >& SharedStruct |
StructUtils/StructView.h | ||
TStructView
(
const UScriptStruct* InScriptStruct, |
StructUtils/StructView.h |
TStructView()
| Name | TStructView |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include Path | #include "StructUtils/StructView.h" |
TStructView()
TStructView(T &)
| Name | TStructView |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include Path | #include "StructUtils/StructView.h" |
template<typename T>
TStructView
(
T & InStruct
)
TStructView(uint8 *)
| Name | TStructView |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include Path | #include "StructUtils/StructView.h" |
template<typename T>
TStructView
(
uint8 * InStructMemory
)
TStructView(TInstancedStruct< T > &)
| Name | TStructView |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include Path | #include "StructUtils/StructView.h" |
template<typename T>
TStructView
(
TInstancedStruct < T > & InstancedStruct
)
TStructView(const TSharedStruct< T > &)
| Name | TStructView |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include Path | #include "StructUtils/StructView.h" |
template<typename T>
TStructView
(
const TSharedStruct < T > & SharedStruct
)
TStructView(const UScriptStruct , uint8 )
| Name | TStructView |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include Path | #include "StructUtils/StructView.h" |
template<typename T>
TStructView
(
const UScriptStruct * InScriptStruct,
uint8 * InStructMemory
)