# UClass

## Inheritance
[UStruct](./ustruct.md)

## Methods

### GetCDO()

- **Return type:** `UClass`
- **Returns:** the `ClassDefaultObject` of a `UClass`.

## IsChildOf(UClass Class)

- **Return type:** `bool`
- **Returns:** whether or not the class is a child of another class.