# Update Note : Teleportify

### **250620 LATEST UPDATE - Teleportify Available in UE 5.6**&#x20;

***

### **240430 1.0.6**&#x20;

* Play Standalone Crash Issue Has Fixed.
* Duplicating Teleport BP in Level Bug Fixed. \
  (UE 5.1 has some engine bugs. Suggest you to use Latest Engine Version.)

***

### **240419 1.0.5 UPDATE**

* Teleport Character Function's parameter class has been changed **\[ "ACharacter" -> "APawn" ]**
* Now supports VR (Tested in Occulus Meta Quest 2)

### **240417 1.0.4 UPDATE**

* Windows Build File Issue Fixed. ( Issue Description : When opened packaged exe., Black screen and Not responding.)

### **240324 1.0.3 UPDATE**

* Delegate for "Teleportify\_Base" Actor Included.

***

### **240224 1.0.2 UPDATE**

* Additional Teleporter Niagara System Included.
* Overall System Logic Updated.
* Names of few Variables & Category Changed.
* Effect Setting Options Added.
* NativeTeleportifyActor.h C++ class added for further extend of system (※ Only for Internal logic in code ).
* FX Related Files Path had been changed. (\*To avoid complexity.)<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devlevy.com/ue-code-plugin/teleportify/update-note-teleportify.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
