![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FWorkGraphPipelineState:Public Member Functions | |
| FWorkGraphPipelineState (FRHIWorkGraphShader *InWorkGraphShader) | |
| ~FWorkGraphPipelineState () | |
| virtual bool | IsCompute () const |
| bool | IsCompilationComplete () const |
| void | Verify_IncUse () |
| void | Verify_DecUse () |
| void | Verify_NoUse () |
Public Member Functions inherited from FPipelineStateAsync | |
| virtual | ~FPipelineStateAsync () override |
| FGraphEvent * | GetCompletionEvent () const |
| void | SetCompletionEvent (FGraphEventRef InCompletionEvent) |
| FPSOPrecacheAsyncTask * | GetPrecompileTask () const |
| void | SetPrecompileTask (TUniquePtr< FPSOPrecacheAsyncTask > InPrecompileTask) |
| bool | IsComplete () |
| bool | WaitCompletion () |
Public Member Functions inherited from FPipelineState | |
| FPipelineState () | |
| virtual | ~FPipelineState ()=default |
| void | AddUse () |
| void | InitStats () |
| void | AddHit () |
Public Attributes | |
| FWorkGraphShaderRHIRef | WorkGraphShader |
| FWorkGraphPipelineStateRHIRef | RHIPipeline |
| FThreadSafeCounter | InUseCount |
Public Attributes inherited from FPipelineStateAsync | |
| FPSOCSVStatTracker | CSVStat |
Public Attributes inherited from FPipelineState | |
| FPipelineStateStats * | Stats |
|
inline |
|
inline |
|
inline |
Implements FPipelineState.
|
inline |
|
inline |
|
inline |
| FThreadSafeCounter FWorkGraphPipelineState::InUseCount |
| FWorkGraphPipelineStateRHIRef FWorkGraphPipelineState::RHIPipeline |
| FWorkGraphShaderRHIRef FWorkGraphPipelineState::WorkGraphShader |