Related help topics
Outputs | |||||
Out | event |
This event is triggered when the node finishes its evaluation. | |||
Inputs | |||||
string | Name |
The name of the sound bank to load. | |||
boolean | Reference Count |
If true, will increment a reference count for this bank, for use by the unload bank node. | |||
event | In |
This event triggers the evaluation of this node. |
Name must be the full resource name including project path, but without the file type extension. Banks are automatically loaded when a package containing the bank is loaded.
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
Script node definition in file: core/wwise/wwise.script_flow_nodes
Outputs | |||||
Out | event |
This event is triggered when the node finishes its evaluation. | |||
Inputs | |||||
string | Name |
The name of the sound bank to unload. | |||
boolean | Reference Count |
If true, will only unload if the reference counter incremented by LoadBank (with reference count) is 1. | |||
event | In |
This event triggers the evaluation of this node. |
Banks are unloaded when their packages are unloaded, so this is only necessary when manually loading and unloading banks or when autoload resources is enabled.
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
Script node definition in file: core/wwise/wwise.script_flow_nodes