Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstStructView > API/Plugins/StructUtils/FConstStructView/Get
Deprecated * Use the version of this function which takes const in the template type
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructView.h |
| Include | #include "StructView.h" |
template<typename T>
constexpr TEnableIf<&33;TIsConst< T >::Value, const T & >::Type Get&40;&41; const
Remarks
Returns const reference to the struct, this getter assumes that all data is valid.