Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstSharedStruct > API/Plugins/StructUtils/FConstSharedStruct/GetPtr
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/SharedStruct.h |
| Include | #include "SharedStruct.h" |
template<typename T>
constexpr TEnableIf<&33;TIsConst< T >::Value, const T &42; >::Type GetPtr&40;&41; const
Remarks
Returns const pointer to the struct, or nullptr if cast is not valid.