Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SDK_API::removeChannel
Removes a channel and its associated field data.
Declaration
virtual bool removeChannel(const std::string& channel) = 0;Parameters
| Name | Description |
|---|---|
channel | Channel to remove. |
Returns
Whether a channel was removed.