Exemplo n.º 1
0
 /// <summary>
 /// Initialize the collection of systems, systems will be created and initialized.
 /// </summary>
 public void Initialize()
 {
     Native_FSubsystemCollection.Initialize(collectionAddress);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initialize the collection of systems, systems will be created and initialized.
 /// </summary>
 public void Initialize(UObject NewOuter)
 {
     Native_FSubsystemCollection.Initialize(collectionAddress, NewOuter == null ? IntPtr.Zero : NewOuter.Address);
 }