Navigation
API > API/Runtime > API/Runtime/Engine
Helper class for performing the content comparison console command
| Name | FContentComparisonHelper |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
Syntax
class FContentComparisonHelper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContentComparisonHelper() |
EngineUtils.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FContentComparisonHelper() |
EngineUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CompareClasses
(
const FString& InBaseClassName, |
Compare the classes derived from the given base class. | EngineUtils.h | |
virtual bool CompareClasses
(
const FString& InBaseClassName, |
Compare the classes derived from the given base class, ignoring specified base classes. | EngineUtils.h | |
| Recursive function for collecting objects referenced by the given object. | EngineUtils.h |