Change the texture group of the selected textures.

Change the texture group of the selected textures.

 import unreal # エディタ内で選択されたアセットを取得 selected_assets = unreal.EditorUtilityLibrary.get_selected_assets() for asset in selected_assets:     if...