Skip to content

Commit e93ba05

Browse files
author
rdeioris
authored
Update Plugin_API.md
1 parent 36c0996 commit e93ba05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Plugin_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Discovering/Listing/Referencing plugins
99
```py
1010
plugins_list = unreal_engine.get_discovered_plugins()
1111
plugins_list = unreal_engine.get_enabled_plugins()
12-
# name is the string name of the plugin (like 'UnrealEnginePython')
12+
# name is the string name of the plugin (like 'UnrealEnginePython' or 'Paper2D')
1313
plugin = unreal_engine.find_plugin(name)
1414
```

0 commit comments

Comments
 (0)