ℹ️Intro



Available on fab : HERE


Simple PCG Random assembly.
PCG Random Assemblies evalidated on larger scale (on point generated by a PCG Graph).

Meshes used as example from Quixel Medieval Banquet (free on FAB).

Only the banquet table example is provided, the saloon (round) one is not !


PCG random assembly is a PCG and BP tool which allows the user to apply randomization on "assemblies" made out of Level instances (or Packed level instances) converted to PCG Data Asset.

The randomization is defined in data assets called "Variant" and can be of type:

  • Xform (Min/Max Offset, Rotation and Scale)

  • Static meshes swap (from a weighted list)

  • Removal probability (% of chance to remove a mesh)

  • Custom float data (to drive material changes with per instance custm data)

Multiple variants can be assigned to different actors. The actor <-> variant assignation is tag based.

A blueprint actor "BP Random Assembly" is provided to easily read and apply randomization on those data.

But it can be read as well in any custom PCG graph, to apply it on larger scale (Points sampled from Landscape, textures, meshes or any custom logic) using a custom PCG sub graph "Process Random Assemblies".

There is a system of projection available, to project objects onto landscape or other objects, even during the variants processing.

For instance, projecting props on a table even if they are randomized in location rotation or scale.


An example level with a full Random Assembly set up is available here:

/Game/PCGRandomAssembly/ExampleData/L_RandomAssembliesExample


ℹ️ Plugin needed:


Last updated