Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Templatized implementation of the simplest/cheapest form of an analyzer, which just forwards a given value to an associated view or views. Can be used in conjunction with an additional process, task, etc. handled by a view to avoid further processing/expense within the graph execution thread context.
Name
TVertexAnalyzerForwardValue
Type
class
Header File
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h
Include Path
#include "Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h"
Syntax
template<typename ChildClass, typename DataType>
class TVertexAnalyzerForwardValue : public Metasound::Frontend::FVertexAnalyzerBase
Copy full snippet
Derived Classes
TVertexAnalyzerForwardValue derived class hierarchy
Constructors
Name
Remarks
Include Path
Unreal Specifiers
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h
Destructors
Name
Remarks
Include Path
Unreal Specifiers
virtual ~TVertexAnalyzerForwardValue()
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h
Classes
Structs
Variables
Protected
Name
Type
Remarks
Include Path
Unreal Specifiers
HasExecuted
bool
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h
LastValue
DataType
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h
Functions
Public
Name
Remarks
Include Path
Unreal Specifiers
Executes analysis.
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h
Static
Name
Remarks
Include Path
Unreal Specifiers
static const FName & GetDataType()
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h