C# Class Oxide.Ext.UE4.Plugins.UE4Core

The core UE4 plugin
Inheritance: CSPlugin
Datei anzeigen Open project: OxideMod/OxideNative

Public Methods

Method Description
UE4Core ( ) : System

Initializes a new instance of the UE4Core class

Protected Methods

Method Description
LoadDefaultConfig ( ) : void

Loads the default config for this plugin

Private Methods

Method Description
OnEnginePostInit ( ) : void
OnEnginePreInit ( ) : void

Method Details

LoadDefaultConfig() protected method

Loads the default config for this plugin
protected LoadDefaultConfig ( ) : void
return void

UE4Core() public method

Initializes a new instance of the UE4Core class
public UE4Core ( ) : System
return System