Description:

Calls CreateWorld with True passed.

Syntax:
public void CreateWorld()
Returns:
Type: void
Available since:
6.0

Description:

Signal the queue to do the initialisation of the queue, seeding it with the content currently available.

Syntax:
public void CreateWorld(
bool bFlushWhenReady
)
Parameters:
  • bFlushWhenReady
  • Type: bool
  • Set to True CreateWorld should automatically flush at the end. Note that the Flush called when True is passed doesn't apply changes.
Returns:
Type: void
Available since:
6.0

Nothing found