IN THIS ARTICLE
Is Ready
Is Ready
Indicates whether the material owner finished loading its assets and the material is ready.
Contents
Inputs
Pin | Type | Description |
---|---|---|
In | Event | Triggers the node. |
Source | EntityID | References a specific entity from which events are generated. By default, it references Self, the entity to which the Script Canvas component attaches the current script. You can also specify another entity. For more information, see Setting Entity Targets. |
Outputs
Pin | Type | Description |
---|---|---|
Out | Event | Sends when the node is finished. |
Boolean | Boolean | Indicates whether the material owner is ready, so that request functions can be called. |