blueprint

Teleport Actor (A) to Actor (B) Location / Teleport Character Blueprint (A) to Character Blueprint (B) Location

  • Exposure: public
  • UE Version: 4.26

WarLordY

January 7, 2023, 9:05 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
January 7, 2023
  1. Info:

    You can use SetActorLocation or Teleport Function. Both works.

    SetActorlocation > Target > Click in the map World Outliner (UE editor right window) on the Character Blueprint (A) CharlesCharacter. Drag it into your EventGraph. You get automatically "CharlesCharacter from Presistent Level".

    SetActorlocation > Location > Click in the map World Outliner (UE editor right window) on the Character Blueprint (A) CharlesCharacter. Drag it into your EventGraph. You get automatically "BP_NMCharacter_Player from Presistent Level".

  2. First commit