World Builder
Controls the creation and management of World Builder content and mods. It interfaces with the Unreal Engine editor to customize cooking, packaging, and deployment for both game clients and servers.
Last updated
Was this helpful?
Controls the creation and management of World Builder content and mods. It interfaces with the Unreal Engine editor to customize cooking, packaging, and deployment for both game clients and servers.
Last updated
Was this helpful?
Retrieves a list of runs for uploading embedded content for the specified organization and project. It can filter the runs by state (queued, pending, running, cancelling, completed or failed).
Number of documents to return per page
Unique id of the returned value object that the query should start after
Unique id of the returned value object that the query should end before
The ID of an organization
The ID of a project
Retrieves the data for content using its contentId
.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
Detailed information about a specific World Builder content
Deletes a specific content ID.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
The ID of an organization
The ID of a project
Empty response indicating successful content deletion
No content
Stops a content embed run that is in the queued
, pending
, or running
phase.
The ID of an organization
The ID of a project
No content
Retrieves a list of mods that the user has access to within an organization or project. Only project scoped queries may make paginated requests. Support for organization scoped queries will be removed in a future version.
Number of documents to return per page
Unique id of the returned value object that the query should start after
Unique id of the returned value object that the query should end before
The ID of an organization
The ID of a project
The relevant mods associated with the organization.
Retrieves a list of mod IDs that the user has access to within an organization and project.
The ID of an organization
The ID of a project
Retrieves a mod and its associated content using the mod's modId
. The response also includes the user's write access permissions for the mod.
Number of documents to return per page
Unique id of the returned value object that the query should start after
Unique id of the returned value object that the query should end before
The ID of an organization
The ID of a project
Lists all the contents for a mod.
Number of documents to return per page
Unique id of the returned value object that the query should start after
Unique id of the returned value object that the query should end before
The ID of an organization
The ID of a project
A list of contents for the requested Mod.
Retrieves a list of content IDs for a project. You can filter the results by providing query parameters that correspond to properties in the WorldBuilderContentShape
.
The ID of an organization
The ID of a project
List of content IDs available in World Builder, representing unique identifiers for various content items
Creates new content for a specific project.
The ID of an organization
The ID of a project
Data required to create new World Builder content, excluding system-generated fields. This includes content details such as description, buildId, pluginName, and maps.
Updates the maps for a specific content ID.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
The ID of an organization
The ID of a project
Data for updating maps in specific World Builder content, allowing partial updates
Queues a new content embed run for the specified organization, project, and content.
The ID of an organization
The ID of a project
The request body for embedding content
The title ID of the variant to use for embedding
Update the content embedding configuration for the organization. The operation completely replaces the existing configuration. Adding configuration enables content embedding; removing configuration disables it.
The ID of an organization
Request to update the content embedding configuration.
No content