Retrieves an array of the plug-in's frontend instances.
| 注釈: The returned array is a temporary TLS pointer that is meant to be retrieved and processed immediately to execute commands. You should not store this data. |
- 引数
-
[in] | in_this | Current instance of this interface. |
[out] | out_count | How many frontend instances are in the array. |
- 戻り値
- Temporary pointer to the array of frontend instances.
PluginLinks.h の 105 行目に定義があります。
参照元 AK.Wwise::Plugin::V1::LinkFrontend::GetArray().