Operations Extension for Blueprint Nodes

Mebebonk - 코드 플러그인 - 2022/01/20

Expose C++ features to Blueprints

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

Feel obligated with low functionality? C++ programmers bullying you? Find yourself having not enough Blueprint tools? Oh I have awesome deal for you!

8+ C++ logic utility functions including sorts, sorts by ref, three way comparison, allof, anyof and more now in Operations Extension for Blueprint Nodes!

기술적 세부사항

Features:

  • Sort
  • Sort by ref
  • AllOf <type>
  • AnyOf <type>
  • Three way comparison <type> (<=>)
  • ForEach <type>
  • ForEachIf <type>
  • RemoveIf <type>
  • Mapping <type><type>
  • Replace <type>
  • ReplaceIf <type>
  • Accumulate <type>
  • Count <type>
  • CountIf <type>
  • Copy <type>
  • CopyIf <type>

Code Modules:

  • Blueprints Algorithms (Runtime)

Number of Blueprints: 0

Number of Blueprint nodes: 250+

Number of C++ Classes: 6

Network Replicated: No

Supported Development Platforms: Any

Supported Target Build Platforms: Any

Documentation: Algorithms, All of/Any of predicate class.