Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FStructView
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructView.h |
| Include | #include "StructUtils/StructView.h" |
template<typename T>
static FStructView Make
(
T & InStruct
)
Remarks
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