Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include | #include "EngineUtils.h" |
Syntax
class FContentComparisonHelper
Remarks
Helper class for performing the content comparison console command
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CompareClasses
(
const FString& InBaseClassName, |
Compare the classes derived from the given base class. | |
| bool | CompareClasses
(
const FString& InBaseClassName, |
Compare the classes derived from the given base class, ignoring specified base classes. | |
| void | RecursiveObjectCollection
(
UObject* InStartObject, |
Recursive function for collecting objects referenced by the given object. |