Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
| Type | Name | Description | |
|---|---|---|---|
| T * | GetValid
(
T* Test |
Returns a pointer to a valid object if the Test object passes IsValid() tests, otherwise null | |
| const T * | GetValid
(
const T* Test |
Returns a pointer to a valid object if the Test object passes IsValid() tests, otherwise null | |
| T * | GetValid
(
const TObjectPtr< T >& Test |
Returns a pointer to a valid object if the Test object passes IsValid() tests, otherwise null |