Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
int RegisterInterface(
ComponentEntry* Entryentry, 
ComponentInterfaceEntry* Interfaceinterface, 
bool bPublicisPublic
);

Parameters

Vardef
Name

...

entry
TypeMod*
Linkedtrue
TypeComponentEntry
StyleParameter

The

...

ComponentEntry that you are registering the interface for.

Vardef
Nameinterface
TypeMod*
Linkedtrue
TypeComponentInterfaceEntry
StyleParameter

 The interface you wish to register

Vardef
NameisPublic
Typebool
StyleParameter

Whether or not this interface is to be made public. Non-public interfaces cannot be used by other components.

 


Returnvalue

 

Remarks

Examples

...