Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ODSC > API/Runtime/Engine/ODSC/FODSCManager
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ODSC/ODSCManager.h |
| Include | #include "ODSC/ODSCManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ODSC/ODSCManager.cpp |
void AddThreadedShaderPipelineRequest
&40;
EShaderPlatform ShaderPlatform,
ERHIFeatureLevel::Type FeatureLevel,
EMaterialQualityLevel::Type QualityLevel,
const FString & MaterialName,
const FString & VertexFactoryName,
const FString & PipelineName,
const TArray< FString > & ShaderTypeNames,
int32 PermutationId
&41;
Remarks
Add a request to compile a pipeline of shaders. The results are submitted and processed in an async manner. false if no longer needs ticking
Parameters
| Name | Description |
|---|---|
| ShaderPlatform | Which shader platform to compile for. |
| FeatureLevel | Which feature level to compile for. |
| QualityLevel | Which material quality level to compile for. |
| MaterialName | The name of the material to compile. |
| VertexFactoryName | The name of the vertex factory type we should compile. |
| PipelineName | The name of the shader pipeline we should compile. |
| ShaderTypeNames | The shader type names of all the shader stages in the pipeline. |
| PermutationId | The permutation ID of the shader we should compile. |