Click or drag to resize
GameBlueprintUtilsCreateEntities Method
Overload List
  NameDescription
Public methodStatic memberCreateEntities(Game, IEnumerableString)
Searches for the blueprints with the specified ids and creates entities out of it. If the blueprints are used several times, consider to fetch them from the game's blueprint manager once and use them to create the entities.
Public methodStatic memberCreateEntities(EntityManager, IBlueprintManager, IEnumerableString)
Creates entities for all blueprints with the specified ids.
Top
See Also