Go to the source code of this file.
◆ DECLARE_LOG_CATEGORY_EXTERN()
◆ GetValid() [1/2]
| const T * GetValid |
( |
const T * |
Test | ) |
|
Returns a pointer to a valid object if the Test object passes IsValid() tests, otherwise null
- Parameters
-
- Returns
- Pointer to a valid object if the Test object passes IsValid() tests, otherwise null
◆ GetValid() [2/2]
Returns a pointer to a valid object if the Test object passes IsValid() tests, otherwise null
- Parameters
-
- Returns
- Pointer to a valid object if the Test object passes IsValid() tests, otherwise null
◆ IsValid()
Test validity of object
- Parameters
-
- Returns
- Return true if the object is usable: non-null and not pending kill or garbage
◆ IsValidChecked()
Test validity of object similar to IsValid(Test) however the null pointer test is skipped
- Parameters
-
- Returns
- Return true if the object is usable: not pending kill or garbage