Navigation
API > API/Plugins > API/Plugins/MetasoundGenerator
Type
typedef TSortedMap< FName, FParameterSetter, FDefaultAllocator, FNameFastLess > FParameterSetterSortedMap
References
| Module | MetasoundGenerator |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Public/MetasoundGenerator.h |
| Include | #include "MetasoundGenerator.h" |
Remarks
In order to use FName as a key to a TSortedMap you have to explicitly choose which comparison implementation you want to use. Declaring the type here helps minimize the confusion over why there are so many template arguments.