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