Navigation
| Name | UObjectPlugin |
| Type | Developer |
| Part of Plugins | UObject Example Plugin |
| Location | /Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/ |
| Module Build Rules | UObjectPlugin.Build.cs |
Classes
| Name | Remarks |
|---|---|
| UMyPluginObject | Example of declaring a UObject in a plugin module |
Structs
| Name | Remarks |
|---|---|
| FMyPluginStruct | Example UStruct declared in a plugin module |
Interfaces
| Name | Remarks |
|---|---|
| IUObjectPlugin | The public interface to this module |