0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

UnrealEngineで選択したアセットを右クリックメニュー1発でマップに配置する

Posted at

UnrealEngineのコンテントブラウザにおいて以下のようにアセットを選択して右クリックメニューから選択すると所定のマップにアセットを配置(位置は原点)できるようにしてみたのでやったことをメモしておきます。
image.png

環境

UE5.3.2

参照サイト

EditorScriptingUtility系の機能一覧があるのでどのような機能があるか確認しています。

AssetDataからSpawnActorFromClassのためのClassを取得する方法を参照しました。

やったこと

AssetActionUtilityを継承したBPクラスを作成して以下のような関数を作成しています

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?