Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TComPtr
Description
Set the pointer without adding a reference.
| Name | Attach |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/COMPointer.h |
| Include Path | #include "Microsoft/COMPointer.h" |
void Attach
(
PointerType * Object
)
Parameters
| Name | Remarks |
|---|---|
| InRawPointer | The object to point to. |
See Also
- Detach