Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Xaymar/RandomDistributionPlugin

Repository files navigation

Random Distribution Plugin (Unreal Engine 4)

Random Distribution adds classes and Blueprint nodes to quickly generate points in 1D, 2D or 3D space.

Generators

Installation (Binary)

  1. Have a binary version of the engine installed or compiled.
  2. Drop the plugin into either \Engine\Plugins or \Plugins.
  3. Restart the Editor.

Windows Only: LazyInstall.bat allows you to make a directory junction to the plugin by just dragging your \Engine or folder onto it, making it easy to maintain multiple projects using this plugin.

Installation (Source)

  1. Have a source version of engine downloaded and compiled.
  2. Drop the plugin into either \Engine\Plugins or \Plugins.
  3. Recompile the engine or the project to create binary files.
  4. (Optional) Restart the Editor.