ControllerRegistration::FindFunctionRegistration
Defined in:
Returns a specific function registration.
C4Controller.h
Prototype
FunctionRegistration *FindFunctionRegistration(Type type);
Parameters
type |
The type of the subclass. |
Description
The FindFunctionRegistration
function returns a pointer to the registration object corresponding to the function type specified by the type
parameter for the controller type represented by the controller registration object. If no such registration exists, then the return value is nullptr
.
See Also