Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FStructView
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructView.h |
| Include | #include "StructView.h" |
template<typename T>
static FStructView Make
&40;
T & InStruct
&41;
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