Function
BP
BP_GetEntityBlueprintsWithType
Get a table of all of the EBPs that match a particular EntityType. You can pass in a table of multiple EntityTypes to get a list EBPs that match ANY of the types listed.
On this page
BP_GetEntityBlueprintsWithType(types)Description
If you want a blueprint to match a bunch of EntityTypes at the same time (i.e. AND instead of OR) then those types should be listed together in a sub-table. This function can potentially be quite slow as it has to parse every EBP in the game, so be careful about how you use it.
Parameters
typesEntityType/Tablerequired
Returns
TableOfEBPsSource
Declared in the game's script sources at:
scar/blueprints.scar