Page tree

Versions Compared

Key

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

...

QueryInitInterfaces may be called numerous times before a component is Started.

Examples

Code Block
bool QueryInitInterfaces(ComponentEntry* Entry, bool bLastChance)
{
	return (bBoundToDataComponent && bBoundToEventsComponent) || bLastChance;
}

 

Requirements

See Also