Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TVariable
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MetasoundVariable.h |
|
|
|
MetasoundVariable.h |
|
|
|
MetasoundVariable.h |
|
|
Create a delayed variable. |
MetasoundVariable.h |
|
TVariable()
| |
|
| Name |
TVariable |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariable.h |
| Include Path |
#include "MetasoundVariable.h" |
TVariable()
TVariable(TVariable &&)
| |
|
| Name |
TVariable |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariable.h |
| Include Path |
#include "MetasoundVariable.h" |
TVariable
(
TVariable &&
)
TVariable(const TVariable &)
| |
|
| Name |
TVariable |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariable.h |
| Include Path |
#include "MetasoundVariable.h" |
TVariable
(
const TVariable &
)
Description
Create a delayed variable.
| |
|
| Name |
TVariable |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariable.h |
| Include Path |
#include "MetasoundVariable.h" |
TVariable
(
const FLiteral & InInitialValue,
MetasoundVariablePrivate::FConstructWithLiteral
)
Parameters
| Name |
Remarks |
| InInitialValue |
A literal used to construct the initial value. |