Navigation
API > API/Plugins > API/Plugins/CompositeCore > API/Plugins/CompositeCore/FCompositeCorePassProxy
Description
Declares that the primary output of this pass should be written to the given external resource.
"Primary" is used intentionally to leave semantic room for secondary/additional outputs without a breaking rename in a future revision.
| Name | DeclarePrimaryOutputOverride |
| Type | function |
| Header File | /Engine/Plugins/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
void DeclarePrimaryOutputOverride
(
UE::CompositeCore::ResourceId InExternalId
)