Skip to content
redcatbox edited this page Feb 3, 2020 · 4 revisions

Description

Simple implementation of portals feature for UE4

Type

  • Runtime

Supported platforms

  • Win32
  • Win64
  • Android

Dependencies

  • Core
  • CoreUObject
  • Engine

Demos and examples

SP1

Example project contains:

  1. Examples for simple camera-screen setup:

expl_1

  1. Examples for simple mirrors:

expl_2

  1. Examples of simple portals:

expl_3

  1. And more:
  • Example of line tracing through one or more portals pairs;
  • Example of portal rendering using SceneCaptureComponent2D;
  • Example of simple teleportation function in character class;
  • Example of advanced (smooth) teleportation function in character class;
  • Example of physics actor that can be teleported through portal;
Clone this wiki locally