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