Navigation
API > API/Plugins > API/Plugins/XRBase
| Type | Name | Description | |
|---|---|---|---|
| void | ExecuteOnRHIThread
(
const TFunctionRef< void()>& Function |
Utility function for easily running a TFunctionRef on the RHI thread. | |
| void | ExecuteOnRHIThread
(
const TFunctionRef< void(FRHICommandListImmediate&)>& Function |
Utility function for easily running a TFunctionRef on the RHI thread. |