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