Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/AssetRegistry
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetBundleData.h |
| Include | #include "AssetRegistry/AssetBundleData.h" |
Syntax
struct FAssetBundleEntry
Remarks
A struct representing a single AssetBundle
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FTopLevelAssetPath > | AssetPaths | List of references to top-level assets contained in this bundle | |
| FName | BundleName | Specific name of this bundle, should be unique for a given scope |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Declare constructors inline so this can be a header only class | |||
FAssetBundleEntry
(
const FAssetBundleEntry& |
Explicitly declared constructors/operators because we explicitly declared the destructor to hide deprecation warnings. | ||
FAssetBundleEntry
(
FName InBundleName |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportTextItem
(
FString& ValueStr, |
||
| bool | ImportTextItem
(
const TCHAR*& Buffer, |
||
| bool | IsValid () |
Returns true if this represents a real entry |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FAssetBundleEntry& Other |
||
| FAssetBundleEntry & | operator=
(
const FAssetBundleEntry& |
||
| FAssetBundleEntry & | operator=
(
FAssetBundleEntry&& |
||
| bool | operator==
(
const FAssetBundleEntry& Other |
Equality |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSoftObjectPath > | BundleAssets | BundleAssets has been replaced with AssetPaths. |