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