10 Commits

Author SHA1 Message Date
helen yang
803e3e44b4 Use loc text for MetaSound node vertex names (Part 2)
- pass on MetaSound nodes to use METASOUND_PARAM() and related macros for information about node vertices that should be localized
- fix typos, loc key collisions, and update audio unit test call sites

#jira UE-144518
#jira UE-145530
#rb aaron.mcleran
#preflight 62335f6ce12e0da4a52e74ba
#robomerge FNNC

[CL 19423048 by helen yang in ue5-main branch]
2022-03-17 13:14:50 -04:00
helen yang
bb284960b2 Compile out FText from MetaSound Nodes in non editor builds
#rb rob.gay
#preflight 62057365a155a4cddac5bf1d
#jira UE-142194

#ROBOMERGE-AUTHOR: helen.yang
#ROBOMERGE-SOURCE: CL 18945030 in //UE5/Release-5.0/... via CL 18945230 via CL 18946167
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18946312 by helen yang in ue5-main branch]
2022-02-10 18:36:47 -05:00
rob gay
6ccf7b9ef0 FText Fix-ups in MetaSounds to fix loc build warnings
#rb trivial
#jira none
#rnx
#preflight 61e72a461479b607fad13bef

#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 18647661 in //UE5/Release-5.0/... via CL 18649251 via CL 18649635
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v900-18638592)

[CL 18649928 by rob gay in ue5-main branch]
2022-01-18 17:44:56 -05:00
Rob Gay
4b1e992925 Move FString/FText VertexName identifers to FNames. Convention is as follows:
- FGuid IDs are used to identify unique verticies within an entire graph (currently may be duplicated if graph is duplicated).
- FNames are used to be readible vertex identifiers that are only unique within a node's API.
- FText is only for ***OPTIONAL*** DisplayNames that can be provided as a more descriptive, readible descriptor of a given vertex (But are not necessarily unique). Currently disabled until loc tool on FText property in MetaSoundDetailsCustomization is properly displayed.
#rb phil.popp
#jira UE-123982
#preflight 613f6ff892b32b00016cf188

[CL 17494445 by Rob Gay in ue5-main branch]
2021-09-13 14:13:39 -04:00
aaron mcleran
64b956a547 Making loctext namespaces unique in metasound nodes
#rb Anna.Lantz
#jira UE-112980
[FYI] Sondra.Moyls
#lockdown Nick.Whiting
#preflight 606d15080d6b3700018a73c6

#ROBOMERGE-SOURCE: CL 15938010 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15938468 by aaron mcleran in ue5-main branch]
2021-04-07 02:57:54 -04:00
aaron mcleran
9cbef5b5e2 Fix for random bool crash
Adding Random Time type

#jira UE-111393
#rb none
[FYI] Sondra.Moyls
#preflight 60553c1c022c4100016cfdcd

#ROBOMERGE-SOURCE: CL 15753019 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v783-15756269)

[CL 15762883 by aaron mcleran in ue5-main branch]
2021-03-22 11:03:07 -04:00
jimmy smith
7ae1426d5b Fix for Mac only linker error with constexpr
[FYI] aaron.mcleran
#rb none
#jira none

#ROBOMERGE-SOURCE: CL 15684710 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v781-15675533)

[CL 15684711 by jimmy smith in ue5-main branch]
2021-03-11 22:21:03 -04:00
aaron mcleran
766adb70a7 Random node refactor
-- using generic programming for random node
-- added random bool
-- added random node to new random utiliies category

#jira none
[FYI] Sondra.Moyls
#rb Jimmy.Smith
#preflight 604ab7e642ad7e0001801e9b

#ROBOMERGE-SOURCE: CL 15684509 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v781-15675533)

[CL 15684651 by aaron mcleran in ue5-main branch]
2021-03-11 22:09:30 -04:00
rob gay
848adea741 Fix pin ordering to use that which is provided by the vertex interface in the node definition
#ROBOMERGE-SOURCE: CL 15524753 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15524783 by rob gay in ue5-main branch]
2021-02-24 21:34:19 -04:00
aaron mcleran
d096dc2cd1 Random node support
Fix for audio buffer add

#jira UEAU-722
#rb Rob.Gay

#ROBOMERGE-SOURCE: CL 15467666 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15467701 by aaron mcleran in ue5-main branch]
2021-02-18 22:08:57 -04:00