Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalEngineRunti-
| |
|
| Name |
FMetaSoundMappingFunctionNodeConfiguration |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalEngineRuntime/Public/MetasoundMappingFunctionNode.h |
| Include Path |
#include "MetasoundMappingFunctionNode.h" |
Syntax
USTRUCT ()
struct FMetaSoundMappingFunctionNodeConfiguration : public FMetaSoundFrontendNodeConfiguration
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FMetaSoundMappingFunctionNodeConfiguration()
|
|
MetasoundMappingFunctionNode.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bWrapInputs |
bool |
Whether or not to wrap the input values to remain in the defined input range. Otherwise, inputs are clamped. |
MetasoundMappingFunctionNode.h |
- EditAnywhere
- Category=General
|
| MappingFunction |
FRuntimeFloatCurve |
Mapping function (curve) to map inputs to outputs. |
MetasoundMappingFunctionNode.h |
- EditAnywhere
- Category=General
|
Protected
Functions
Public