Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Subsystems > API/Editor/UnrealEd/Subsystems/UEditorAssetSubsystem
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Subsystems/EditorAssetSubsystem.h |
| Include | #include "Subsystems/EditorAssetSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Subsystems/EditorAssetSubsystem.cpp |
bool DoAssetsExist
&40;
const TArray< FString > & AssetPaths
&41;
Remarks
Check if assets exist in the Asset Registry. True if all assets exist and are valid.
Parameters
| Name | Description |
|---|---|
| AssetPaths | Asset Paths of the assets to check for existence. |