struct PrefabLinkInformation

Contains information required for linking a game object with an object within a prefab it is linked to.

Public

Constructors

PrefabLinkInformation

PrefabLinkInformation(const UUID &prefabObjectId = UUID::kEmpty, const UUID &prefabResourceId = UUID::kEmpty)

Fields

PrefabObjectId

UUID PrefabObjectId

Id of the game object in the prefab.

PrefabResourceId

UUID PrefabResourceId

Id of the prefab resource.