FMetasoundFrontendClassName

Name of a Metasound class.

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundFrontend

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h

Include

#include "MetasoundFrontendDocument.h"

Syntax

USTRUCT()
struct FMetasoundFrontendClassName

Remarks

Name of a Metasound class.

Variables

Name Description

Public variable UProperty Category visibleanywhere

FName

 

Name

Name of class.

Public variable UProperty Category visibleanywhere

FName

 

Namespace

Namespace of class.

Public variable UProperty Category visibleanywhere

FName

 

Variant

Variant of class. The Variant is used to describe an equivalent class which performs the same operation but on differing types.

Constructors

Name Description

Public function

FMetasoundFrontendClassName()

Public function

FMetasoundFrontendClassName

(
    const Metasound::FNodeClassName& I...
)

Public function

FMetasoundFrontendClassName

(
    const FName& InNamespace,
    const FName& InName,
    const FName& InVariant
)

Functions

Name Description

Public function Const

FName

 

GetFullName()

Returns a full name of the class.

Public function Const

FName

 

GetScopedName()

Returns scoped name representing namespace and name.

Public function Const

Metasound::F...

 

ToNodeClassName()

Returns NodeClassName version of full name.

Public function Const

FString

 

ToString()

Return string version of full name.