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?

[UE5] AlphaMapのPostProcessメモ

Last updated at Posted at 2025-11-28

UEでシーンテクスチャのアルファマップができたのでメモ

用はパススルーとかで使われるアルファマップを取得してみようって話
image.png

image.png

作り方

プロジェクト設定→レンダリング→DefaultSetting→アルファ出力 をオン(チェック)
image.png

ポストプロセスでマテリアルを作成し、SceneTextureのPostProcessInput0を4Vectorで分解して反転(そのままだと1=白=透明なので一般的な0=黒=透明と逆)
image.png

SceneTextureなのでフレネルや屈折、重複も検知可能
image.png
image.png

背景の空に該当する部分(BP_SkySphereやらFogやら)は消しとく必要があります

アルファ抜きをリアルタイムにしたいようなものがあるなら使えるかも?

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?