Navigation
API > API/Plugins > API/Plugins/CompositeCore > API/Plugins/CompositeCore/FCompositeCorePassProxy
Description
Ensures that the received inputs are compatible with the declared inputs and the type descriptor.
Returns false if the input count violates the descriptor's FixedInputCount (when set and bSupportsVariadicInputs is false). Otherwise requires Inputs.Num() >= max(1, declared count).
| Name | ValidateInputs |
| Type | function |
| Header File | /Engine/Plugins/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
| Source | /Engine/Plugins/Compositing/CompositeCore/Source/CompositeCore/Private/Passes/CompositeCorePassProxy.cpp |
bool ValidateInputs
(
const UE::CompositeCore::FPassInputArray & Inputs
) const