Compound Operators

4eeP - 코드 플러그인 - 2024/04/28

This is a simple plugin that adds compound operators to Blueprint.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.2 - 5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

This is a simple plugin that adds compound operators to Blueprint. The operators of these functions are neither commutative nor associative. The result of the operations is written to the first accepted parameter. Labeled as rhombus in Blueprints (◊).

기술적 세부사항

Features:

  •  Compound operators function ( +=, -=, *=, /= )


Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •  CompoundOperators (Runtime)


Number of C++ Classes: 1

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64, Android

Documentation: https://github.com/Pepchick/CompoundOperators

Important/Additional Notes: In theory, the plugin is supported on all platforms. But not tested.