Navigation
BlueprintAPI > BlueprintAPI/Utilities
Determine if a class is a child of another class.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| class | Test Class | |
| class | Parent Class |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | true if TestClass == ParentClass, or if TestClass is a child of ParentClass; false otherwise, or if either the value for either parameter is 'None'. |