log

2021-11-01から1ヶ月間の記事一覧

【UE4】 オブジェクトを選択したアウトラインを消す方法

1. EditorPreferenceを開く 2. Use Selection Outlineのチェックを外す ※EditorPreferenceの開き方 ※Use Selection Outline

【UE4】【Niagara】LifeTimeをInfinityにする方法

概要 UE4.27のNiagaraにて、パーティクルのLifeTimeをInfinityに設定する方法を説明します。 設定項目 Emitter State Spawn Burst Instantaneous Particle State Emitter State Loop BehaviorをOnceに設定 Spawn Burst Instantaneous Spawn Countを1に設定 S…