|
|
FName | FullName |
|
FName | Namespace |
|
FName | Variable |
◆ FArticyGvName() [1/2]
| FArticyGvName::FArticyGvName |
( |
const FName | FullVariableName | ) |
|
Constructor for FArticyGvName using full variable name.
- Parameters
-
| FullVariableName | The full name of the variable, including namespace. |
◆ FArticyGvName() [2/2]
| FArticyGvName::FArticyGvName |
( |
const FName | VariableNamespace, |
|
|
const FName | VariableName ) |
Constructor for FArticyGvName using separate namespace and variable names.
- Parameters
-
| VariableNamespace | The namespace of the variable. |
| VariableName | The name of the variable. |
◆ GetFullName()
| const FName & FArticyGvName::GetFullName |
( |
| ) |
|
Gets the full name of the variable. Sets the full name if not already set.
- Returns
- The full name of the variable.
◆ GetNamespace()
| const FName & FArticyGvName::GetNamespace |
( |
| ) |
|
Gets the namespace of the variable. Sets the namespace if not already set.
- Returns
- The namespace of the variable.
◆ GetVariable()
| const FName & FArticyGvName::GetVariable |
( |
| ) |
|
Gets the variable name. Sets the variable name if not already set.
- Returns
- The name of the variable.
◆ SetByFullName()
| void FArticyGvName::SetByFullName |
( |
const FName | FullVariableName | ) |
|
Sets the variable name and namespace using the full name.
- Parameters
-
| FullVariableName | The full name of the variable, including namespace. |
◆ SetByNamespaceAndVariable()
| void FArticyGvName::SetByNamespaceAndVariable |
( |
const FName | VariableNamespace, |
|
|
const FName | VariableName ) |
Sets the variable name and namespace using separate names.
- Parameters
-
| VariableNamespace | The namespace of the variable. |
| VariableName | The name of the variable. |
The documentation for this struct was generated from the following files: