Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FStructView
Description
Creates a new FStructView from the templated struct. Note its not safe to make InStruct const ref as the original object may have been declared const
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include Path | #include "StructUtils/StructView.h" |
template<typename T>
static FStructView Make
(
T & InStruct
)