InputSystemGlobalHandlerListener.EnsureInputSystemValid Method

Definition

A task that will only complete when the input system has in a valid state.

protected:
 System::Threading::Tasks::Task ^ EnsureInputSystemValid();
protected System.Threading.Tasks.Task EnsureInputSystemValid ();
member this.EnsureInputSystemValid : unit -> System.Threading.Tasks.Task
Protected Function EnsureInputSystemValid () As Task

Returns

Remarks

It's possible for this object to have been destroyed after the await, which implies that callers should check that this != null after awaiting this task.

Applies to