On Activated (LogiX node)
Jump to navigation
Jump to search
On Activated | ||
---|---|---|
Inputs | ||
Bool | OnlyHost | |
Outputs | ||
Impulse | Activated |
The On Activated node fires an impulse when the node becomes active.
Usage
This node fires an impulse whenever the slot which contains the OnActivatedNode component becomes active in the world. As such, if the containing slot is itself active, but is globally inactive due to an inactive parent, the node will fire when the inactive parent becomes active. If, however, the slot containing the OnActivatedNode component is itself inactive the node will ignore all activation events for parent slots until it itself becomes active again. This impulse fires for all users unless the OnlyHost
input is True.
Examples
Node Menu
Flow / Events | ||||||
---|---|---|---|---|---|---|
Back | On Activated | On Deactivated | On Destroy | On Destroying | On Duplicate | On Loaded |
On Paste | On Saving | On Start |