Skip to content

Instantly share code, notes, and snippets.

@WahlbeckUEFN
WahlbeckUEFN / custom_character.verse
Created May 15, 2023 20:24
How to import and animate custom characters to replace the default Fortnite character in UEFN with Verse
using { /Fortnite.com/Devices }
using { /Fortnite.com/Characters }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /UnrealEngine.com/Temporary/SpatialMath }
# See https://dev.epicgames.com/documentation/en-us/uefn/create-your-own-device-in-verse for how to create a verse device.
# A Verse-authored creative device that can be placed in a level
using { /Fortnite.com/Devices }
using { /Fortnite.com/Characters }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/SpatialMath }
using { /UnrealEngine.com/Temporary/Diagnostics }
gameplayer := class:
Player : player
GamePlayerDevices : gameplayer_devices
@WahlbeckUEFN
WahlbeckUEFN / teleportation_manager.verse
Created October 14, 2023 14:43
Remote Dual Portals In UEFN and Verse
using { /Fortnite.com/Devices }
using { /Fortnite.com/Characters }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/SpatialMath }
using { /UnrealEngine.com/Temporary/Diagnostics }
gameplayer := class:
Player : player
GamePlayerDevices : gameplayer_devices