六月特卖现已开启!即日起至6月20日,精选商品最低三折起。

Post Process Manager

HCS - 代码插件 - 2024/06/13

An actor component that allows you to add and remove post-processes to any actor with a camera component, manage them with other features, and access and modify the parameter in the material.

  • 支持的平台
  • 支持的引擎版本
    5.3 - 5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

With this actor component, managing post-processes is quite easy. Desired post-processes can be added and removed, their visibility can be changed, and the relevant material parameter can be updated to achieve visual effects.

技术细节

Features:

  • It allows the desired post-processes to be added to and removed from the actor to which it is attached.
  • It allows the visual weights of the added post-processes to be adjusted.
  • It enables updating the parameter created in the material that contains the post-process.
  • It is an actor component and should be used in an actor that has a camera.

Code Modules:

  • PostProcessComponent, Runtime

Number of Blueprints: 1

Number of C++ Classes: 1

Network Replicated: Yes

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation - Example Project