무료 KitBash3D 키트를 튜토리얼과 함께 제공합니다!

Simple Elevator Plugin

ZNOC - 코드 플러그인 - 2022/12/04
평점 없음

Highly customizable elevator plugin

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

DEMO

DOCUMENTATION

SUPPORT

PLAYABLE DEMO (WINDOWS)


Simple Elevator Plugin is a powerful tool for developers working with Unreal Engine. Written in C++, the plugin offers a high level of customizability and flexibility, allowing you to create elevators tailored to your specific needs.

With this plugin, you can easily create elevators that can move between multiple floors, open and close their doors, and even play sound effects.

Simple Elevator Plugin offers not only customization options, but also a user-friendly interface that makes it easy to set up and use. With just a few clicks you can add an elevator to your level and start using it right away.

Simple Elevator Plugin does not use event tick, it only uses timers to offer the best possible performance.

기술적 세부사항

Features:

  • Sound effects support
  • Per floor customization
  • Advanced Debug Mode
  • 3D Widget interaction
  • Example elevator UI
  • Commented code

Code Modules:

  •  SimpleElevatorPlugin [Runtime]

Number of Blueprints: 4

Number of C++ Classes: 3

Network Replicated: No

Supported Development Platforms: Win64 (Only tested Win64)

Supported Target Build Platforms: Win64 (Only tested Win64)

Documentation: Documentation

Example: (WINDOWS)

Important/Additional Notes: You do not require any C++ knowledge to work with the plugin.