Ptr::get Method Thread safety: This property is not thread-safe. In this articleget() get()Gets the raw pointer that this smart pointer holds. SyntaxC++T* get() const; Return ValueType: T*The raw pointer held by the smart pointer. PlatformsWindows, Linux, Android See AlsoReferencePtr ClassCore Module