Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstStructView > API/Plugins/StructUtils/FConstStructView/GetPtr
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructView.h |
| Include | #include "StructView.h" |
template<typename T>
constexpr TEnableIf< TIsConst< T >::Value, T &42; >::Type GetPtr&40;&41; const
Remarks
Returns const pointer to the struct, or nullptr if cast is not valid.