Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGUserValidation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ValidateAddPass
(
const FRDGPass* Pass |
RenderGraphValidation.h | ||
void ValidateAddPass
(
const FRDGEventName& Name, |
RenderGraphValidation.h | ||
void ValidateAddPass
(
const void* ParameterStruct, |
Tracks and validates the addition of a new pass to the graph. | RenderGraphValidation.h |
ValidateAddPass(const FRDGPass *)
| Name | ValidateAddPass |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphValidation.h |
| Include Path | #include "RenderGraphValidation.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderGraphValidation.cpp |
void ValidateAddPass
(
const FRDGPass * Pass
)
ValidateAddPass(const FRDGEventName &, ERDGPassFlags)
| Name | ValidateAddPass |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphValidation.h |
| Include Path | #include "RenderGraphValidation.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderGraphValidation.cpp |
void ValidateAddPass
(
const FRDGEventName & Name,
ERDGPassFlags Flags
)
ValidateAddPass(const void , const FShaderParametersMetadata , const FRDGEventName &, ERDGPassFlags)
Description
Tracks and validates the addition of a new pass to the graph.
| Name | ValidateAddPass |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphValidation.h |
| Include Path | #include "RenderGraphValidation.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderGraphValidation.cpp |
void ValidateAddPass
(
const void * ParameterStruct,
const FShaderParametersMetadata * Metadata,
const FRDGEventName & Name,
ERDGPassFlags Flags
)
Parameters
| Name | Remarks |
|---|---|
| bSkipPassAccessMarking | Skips marking the pass as a producer or incrementing the pass access. Useful when the builder needs to inject a pass for debugging while preserving error messages and warnings for the original graph structure. |