Navigation
API > API/Plugins > API/Plugins/CompositeCore > API/Plugins/CompositeCore/FPassInputArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Mutable access to the underlying input array. Prefer the subscript operator for read-only access. | Passes/CompositeCorePassProxy.h | ||
TConstArrayView< UE::CompositeCore::FPassInput > GetInputs () |
Read-only view of the underlying input array. | Passes/CompositeCorePassProxy.h |
GetInputs()
Description
Mutable access to the underlying input array. Prefer the subscript operator for read-only access.
| Name | GetInputs |
| Type | function |
| Header File | /Engine/Plugins/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
TArray < UE::CompositeCore::FPassInput > & GetInputs()
GetInputs()
Description
Read-only view of the underlying input array.
| Name | GetInputs |
| Type | function |
| Header File | /Engine/Plugins/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
TConstArrayView< UE::CompositeCore::FPassInput > GetInputs() const