Navigation
API > API/Plugins > API/Plugins/UVEditor > API/Plugins/UVEditor/UUVEditorSubsystem
Description
Checks that all of the assets are valid targets for an editor session. This is preferable over AreObjectsValidTargets when we have FAssetData because it allows us to avoid forcing a load of the underlying UObjects (for instance to avoid triggering a load when right clicking an asset in the content browser).
| Name | AreAssetsValidTargets |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorSubsystem.h |
| Include Path | #include "UVEditorSubsystem.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Private/UVEditorSubsystem.cpp |
virtual bool AreAssetsValidTargets
(
const TArray < FAssetData > & InAssets
) const