Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGViewableResource
Description
Whether a prior pass added to the graph produced contents for this resource. External resources are not considered produced until used for a write operation. This is a union of all subresources, so any subresource write will set this to true.
| Name | HasBeenProduced |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include Path | #include "RenderGraphResources.h" |
bool HasBeenProduced() const