Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
| Name | FNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNode.h |
| Include Path | #include "MetasoundNode.h" |
Syntax
class FNode : public Metasound::INode
Derived Classes
FNode derived class hierarchy
- TBinaryOpLambdaNode
- FAnimationMergeNode
- FAsyncNode
- FAudioConvertNode
- FAudioLoadNode
- FAudioSaveNode
- FBakeMeshMultiTextureNode
- FSourceNodeBase
- FBakeMeshNormalMapNode
- FBakeMeshTextureImageNode
- FBurnContoursNode
- FProcessMeshBaseNode
- TProcessMeshWithSettingsBaseNode
- TTransformerWithSettingsNode
- FCopyImagesNode
- FDepthGenerateNode
- FDepthLoadNode
- FDepthMapDiagnosticsNode
- FDepthQuantizeNode
- FDepthResizeNode
- FDepthSaveNode
- FDepthToUEImageNode
- FDropFrameNode
- TTransferNode
- FFaceTrackerIPhoneNode
- FFaceTrackerPostProcessingFilterNode
- FFaceTrackerPostProcessingNode
- FFaceTrackerStereoNode
- FFColorToUEImageNode
- FFlowNode
- FGenerateSimpleCollisionNode
- FHyprsenseNodeBase
- FHyprsenseRealtimeNode
- FHyprsenseRealtimeSmoothingNode
- FJsonTitanTrackerNode
- FJsonTrackerNode
- FLiteralNode
- FMakeMeshBakingCacheNode
- FMakeTriangleSetsFromMeshNode
- FNeutralFrameNode
- TSwitchNode
- FOffsetContoursNode
- FRealtimeSpeechToAnimNode
- FReplaceNode
- FSaveContoursToJsonNode
- FSpeechToAnimNode
- FUEGrayImageToUEImageNode
- FUEImageCompositeNode
- FUEImageCropNode
- FUEImageLoadNode
- FUEImageResizeNode
- FUEImageRotateNode
- FUEImageSaveNode
- FUEImageToHSImageNode
- FUEImageToUEGrayImageNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNode
(
const FVertexName& InInstanceName, |
MetasoundNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNode() |
MetasoundNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Info | FNodeClassMetadata | MetasoundNode.h | ||
| InstanceID | FGuid | MetasoundNode.h | ||
| InstanceName | FVertexName | MetasoundNode.h | ||
| OperatorData | TSharedPtr< const IOperatorData > | MetasoundNode.h |
Functions
Public
Overridden from INodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FGuid & GetInstanceID() |
Return the ID of this specific instance of the node class. | MetasoundNode.h | |
virtual const FVertexName & GetInstanceName() |
Return the name of this specific instance of the node class. | MetasoundNode.h | |
virtual const FNodeClassMetadata & GetMetadata() |
Return metadata associated with this node.Return the type name of this node. | MetasoundNode.h | |
virtual TSharedPtr< const IOperatorData > GetOperatorData() |
Returns the configuration for the node. | MetasoundNode.h | |
virtual const FVertexInterface & GetVertexInterface() |
Return the current vertex interface. | MetasoundNode.h | |
virtual void SetDefaultInput
(
const FVertexName& InVertexName, |
Set the default input literal for a vertex. | MetasoundNode.h |