Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TComPtr
Description
Whether this pointer is pointing to an actual object.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/COMPointer.h |
| Include Path | #include "Microsoft/COMPointer.h" |
const bool IsValid() const
true if the pointer is valid, false otherwise.