Safe Pawn

Risecode - Code Plugins - Jul 19, 2024

The SafePawn plugin for Unreal Engine 5 provides a modified PlayerController that prevents automatic destruction of the player's character pawn when the player leaves the game.

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

The SafePawn plugin for Unreal Engine 5 provides a modified PlayerController that prevents automatic destruction of the player's character pawn when the player leaves the game. This is particularly useful for persistent world games or any scenario where you want to ensure the character remains in the game world after the player has disconnected.


Plugin used in: https://www.youtube.com/watch?v=s8OHUxbKXk0

Support: https://discord.gg/kXQ2KsZkrd


Documentation

Technical Details

Features:

  •  After the player leaves the game, the pawn is not destroyed


Number of Blueprints: 0

Number of C++ Classes: 2

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64