Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UClass > API/Runtime/CoreUObject/UObject/UClass/FindCommonBase
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
static UClass * FindCommonBase
(
UClass * InClassA,
UClass * InClassB
)
Remarks
Finds the common base class that parents the two classes passed in. the common base class or NULL
Parameters
| Name | Description |
|---|---|
| InClassA | the first class to find the common base for |
| InClassB | the second class to find the common base for |