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 &42; FindCommonBase
&40;
UClass &42; InClassA,
UClass &42; InClassB
&41;
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 |