• Title/Summary/Keyword: Unreal Engine 4

Search Result 29, Processing Time 0.027 seconds

Design And Development of Game AI Using Unreal Engine 4 Behavior Tree (Unreal Engine4의 Behavior Tree를 이용한 게임 AI 설계 및 구현)

  • Bae, Sung-Jin;Kang, Myung-Ju
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2016.01a
    • /
    • pp.267-269
    • /
    • 2016
  • 본 논문에서는 언리얼 엔진4의 Behavior Tree(행동 트리)를 이용하여 NPC의 다양한 상태와 움직임을 가진 어드벤처 게임 AI를 설계 및 개발하였고, 그 효율성을 분석하였다. Behavior Tree는 상태와 행동을 계층적으로 나누어 AI의 행동을 결정하는 알고리즘으로 FSM(Finite State Machine, 유한상태기계)과 비교하여 유지보수와 행동 규칙 검증의 어려움을 해결하는 데 장점이 있음을 확인하였다.

  • PDF

Virtual Reality FPS game contents development Using Unreal Engine4 (언리얼 엔진(Unreal Engine4)을 이용한 가상현실 FPS게임 콘텐츠 개발)

  • Yun, Tae-Jin;Jo, Ho-Dong;Park, Jae-Woo;Park, Jun-Keun;Baek, Seung-Jae
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2018.07a
    • /
    • pp.437-438
    • /
    • 2018
  • 최근 ICT산업의 주요 이슈인 가상현실(Virtual Reality, VR)은 다수의 IT기업들이 투자를 아끼지 않고 있다. 본 논문에서는 3D 디스플레이의 대표적인 HMD에 대한 장점인 몰입감, 공간감, 헤드트래킹에 대해 이해를 위해 HTC Vive을 이용해 Unreal Engine4 V4.19 게임엔진의 Level과 Gameinstance와 Actor에 대한 상호작용과 Timeline과 Random함수에 대한 이해를 기반으로 VR환경 FPS(First Person Shooter)게임 콘텐츠를 개발하였다.

  • PDF

Performance Evaluation of IOCP Game Server and Game Variable Obfuscation Program (IOCP 게임 서버 및 게임 변수 난독화 프로그램 성능 평가)

  • Cha, Eun-Sang;Kim, Youngsik
    • Journal of Korea Game Society
    • /
    • v.19 no.6
    • /
    • pp.71-82
    • /
    • 2019
  • This paper analyzes performance difference between Unreal Engine's built-in network solution and IOCP server. To do this, we developed IOCP server and 3D game with Unreal Engine 4. Also we considered the game variable obfuscation program to prevent the modification of the memory of the code-modulated game hacking program. This paper used SCUE4 Anti-Cheat Solution, which is Unreal Engine's solution, to study preventing memory modification and to analyze performance trade-offs.

Realistic Visualization of Car Configurator Based On Unreal Engine 4(UE4)

  • Zhong, Yiming;Yun, Tae Soo;Lee, Byung Chun
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.14 no.1
    • /
    • pp.105-115
    • /
    • 2022
  • The platform for displaying cars has been changing with the times. From the popularity of paper media to the rise of computer graphics, the improvement of technology has brought more space and possibilities to the automotive industry. Yiming Zhong proposed the workflow of car configurator through Unreal Engine 4 to implement the basic functions of configuration in 2021, according to Yiming Zhong's final presentation, there is still room to improve the realism of graphics and functionality of the car configurator. Therefore, in this paper we propose to upgrade the car shaders and lighting environments according to the real-world physics and add multi-scenes switching function to car configurator. However the multi-scenes switching function also brings a large amount of data, which leads to the problem of display lag. At the end of the paper, we use the level of details(LOD) process to reduce the amount of data for real-time computing in Unreal Engine 4 and the increase of frames per second(FPS) values verifies the feasibility of our optimization solution.

Best Practices on Improving the Virtual Reality (VR) Content Development Process with EPIC's Unreal Engine

  • Kong, Ji Hoon;Kim, Ki Du;Kim, R. Young Chul
    • International Journal of Advanced Culture Technology
    • /
    • v.9 no.4
    • /
    • pp.417-423
    • /
    • 2021
  • Recently, in the Game industries, they are increasing to use of game engines to reduce the development cost of 3D content and software. In particular, Unreal Engine provides a blueprint visual scripting function that enables software production without programming (coding). Although High-end video content can be produced, the problem is that content development is complicated and requires advanced manpower. To solve this problem, we propose an optimized VR game context process. This is because 1) a Blueprint visual script is used, 2) VR games with various interactions can be produced, 3) Non-majors in the software field (or groups) can develop advanced content. In various related industries such as defense, medical care, manufacturing, and construction, we may easily develop any game content without programming with our refined VR rhythm action game development process. We expect to reduce the development cost with the process advantages in the game industries.

Shooting game Based on Line Trace Method (Line Trace를 이용한 슈팅게임 제작)

  • Ju, Hui-je;Choi, Woong-sik;Park, Joon-ho
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2021.07a
    • /
    • pp.469-470
    • /
    • 2021
  • 본 논문에서 제안하는 슈팅게임 제자작 방법은 게임엔진으로 언리얼 엔진 4(Unreal Engine 4)를 사용하고 있다. 기존의 언리얼 엔진 기반의 게임은 총알에 데미지 판정 기법을 사용하지만, 슈팅게임 제작에서 중요한 요소인 정확성을 높이기 위해서 Line Trace 기술을 활용하는 기법을 제안한다.

  • PDF

A Comparative Study on the Structure and Implementation of Unity and Unreal Engine 4 (유니티와 언리얼 엔진 4의 구조와 구현 방식 비교 연구)

  • Lee, HanSeong;Ryoo, SeungTaek;Seo, SangHyun
    • Journal of the Korea Computer Graphics Society
    • /
    • v.25 no.4
    • /
    • pp.17-24
    • /
    • 2019
  • In the game industry, traditional game development way was to develop a game engine in advance before developing game content. This has the disadvantage is the high cost of developing the game engine. Further, there is a problem that the game content are not developed unless the game engine is prepared in advance. In order to solve these problems, the game industry has recently selected a method of purchasing a license for a commercial engine, which is a method for improving the game content development productivity, rather than concentrating on game engine development. In this paper, we describe a game object and the structure in Unity and Unreal Engine 4. We compared the editor interface and the supported development languages in the two game engines. We also implemented a First-Person Shooter game to compare how the player's configuration and event handling differ from the two game engines.

Multi-user VR game development Using Unreal Engine4 (언리얼 엔진4을 이용한 다중사용자 VR 게임 개발)

  • Yun, Tae-Jin;Kim, Byeong-Ji;Kim, Byeong-Cheol;Jun, Chae-Hyun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2018.07a
    • /
    • pp.433-434
    • /
    • 2018
  • 본 논문에서는 개발한 가상현실 게임의 소개와 적용기술에 대하여 서술하였다. 가상현실(Virtual Reality, VR) 게임은 기존의 게임과는 다른 몰입도와 평면을 넘은 가상의 공간, 활동적인 액션의 이점을 가지고 있고 사람들과 같이 활동적인 플레이를 더하기 위해 다중사용자 환경의 기반을 구현하고, 좀 더 활동적인 다중사용자 환경으로 만들기 위해 서로 경쟁하는 사격게임과 같이 협력하여 플레이해 나가는 디펜스게임을 개발하였다. 개발도구로는 에픽 게임스의 언리얼 엔진4 v4.19.2을 개발엔진으로 활용하였고, HTC Vive의 VR장비와 컨트롤러를 사용하여 다중사용자를 위한 VR 게임 콘텐츠를 개발하였다.

  • PDF

Virtual Reality Adventure Puzzle Game Development (가상현실 어드벤처 퍼즐 게임 제작)

  • Yun, Tae-Jin;Park, Jin-Won;Mun, Yeong-Rok;Jo, Min-Su
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2018.07a
    • /
    • pp.435-436
    • /
    • 2018
  • 본 논문에서는 가상현실 기반의 게임과 사용자(Player)간의 상호작용이 가능한 게임 컨텐츠 개발 방법을 설명한다. 사용자는 실시간으로 본인의 움직임에 의해 변화하는 오브젝트들을 통해 게임과 소통(Communication)하고, 이를 통해 몰입감을 느낀다. 사용자와 컨텐츠의 소통이 곧 게임 내 재미의 핵심인 만큼 최근에는 이동 방식에서부터 차츰 변화가 일어나고 있다. 또한, 단순히 물건을 집거나 쏘거나 던지는 것이 고작이었던 과거의 콘텐츠(Contents)와 달리 사고(Thinking)와 문제해결을 유도하는 콘텐츠가 차츰 늘어나면서 사용자들의 만족감이 높아지고 있다. 이를 바탕으로 게임엔진인 Unreal Engine4를 이용하여 VR 어드벤처 퍼즐 게임을 제작했다.

  • PDF