Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Type
typedef std::conditional_t< TExecutableDataType < DataType >::bIsExecutable, TExecutableInputOperator < DataType >, std::conditional_t< TPostExecutableDataType < DataType >::bIsPostExecutable, TPostExecutableInputOperator < DataType >, MetasoundInputNodePrivate::FNonExecutableInputPassThroughOperator > > TNonOwningInputOperator
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include | #include "MetasoundInputNode.h" |
Remarks
Non owning input operator that may need execution.