An implementation of [IInputBehaviorSource](API\Runtime\InteractiveToolsFramework\IInputBehaviorSource) that forwards to a user provided-lambda, to allow a tool to supply a behavior source different from the one it is implementing itself.
UCLASS (Transient, MinimalAPI)
class ULocalInputBehaviorSource :
public UObject,
public IInputBehaviorSource
Remarks
An implementation of IInputBehaviorSource that forwards to a user provided-lambda, to allow a tool to supply a behavior source different from the one it is implementing itself. Useful, for instance, when a tool wants to supply different behaviors to separate input routers.