Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include | #include "EngineUtils.h" |
Syntax
struct FContentComparisonAssetInfo
Remarks
Helper class containing information about UObject assets referenced.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetName | Name of the asset | |
| int32 | ResourceSize | The resource size of the asset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FContentComparisonAssetInfo& Other |
Operator == |