Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FContentComparisonHelper > API/Runtime/Engine/FContentComparisonHelper/CompareClasses
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include | #include "EngineUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EngineUtils.cpp |
virtual bool CompareClasses
&40;
const FString & InBaseClassName,
int32 InRecursionDepth
&41;
Remarks
Compare the classes derived from the given base class. bool true if successful, false if not
Parameters
| Name | Description |
|---|---|
| InBaseClassName | The base class to perform the comparison on. |
| InRecursionDepth | How deep to recurse when walking the object reference chain. (Max = 4) |