Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TComPtr
Description
Get raw pointer to the object pointed to.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/COMPointer.h |
| Include Path | #include "Microsoft/COMPointer.h" |
PointerType * Get() const
Pointer to the object, or NULL if not valid.
See Also
- IsValid