Navigation
API > API/Plugins > API/Plugins/XRBase
| Type | Name | Description | |
|---|---|---|---|
| bool | ExecuteOnRHIThread_DoNotWait
(
const TFunction< void()>& Function |
Utility function for easily submitting TFunction to be run on the RHI thread. | |
| bool | ExecuteOnRHIThread_DoNotWait
(
const TFunction< void(FRHICommandListImmediate&)>& Function |
Utility function for easily submitting TFunction to be run on the RHI thread. |