Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IPlugin
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include | #include "Interfaces/IPluginManager.h" |
void SetVerseVersion
(
TOptional < uint32 > InVerseVersion
)
Remarks
Sets the Verse language version to compile the plugin with (if unspecified, the latest stable version is used)
Parameters
| Name | Description |
|---|---|
| InVerseVersion | Verse version to set on the plugin |