Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nodes to new API #1

Open
matthewscharles opened this issue Oct 17, 2024 · 1 comment
Open

Update nodes to new API #1

matthewscharles opened this issue Oct 17, 2024 · 1 comment
Labels
enhancement New feature or request standard Identify a coding standard or convention that could be matched from existing nodes.

Comments

@matthewscharles
Copy link
Owner

See warnings below:

\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(118): warning C4996: 'Metasound::FCreateOperatorParams': Update APIs to use FBuildOperatorParams. Operator creation routines should have the following signature "TUniquePtr CreateOperator(const FBuildOperatorParams&, FBuildResults&)" Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(50): warning C4996: 'Metasound::TInputDataVertexModel': TInputDataVertexModel is deprecated. Replace with TInputDataVertex Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(51): warning C4996: 'Metasound::TInputDataVertexModel': TInputDataVertexModel is deprecated. Replace with TInputDataVertex Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(52): warning C4996: 'Metasound::TInputDataVertexModel': TInputDataVertexModel is deprecated. Replace with TInputDataVertex Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(55): warning C4996: 'Metasound::TOutputDataVertexModel': TOutputDataVertexModel is deprecated. Replace with TOutputDataVertex Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(122): warning C4996: 'Metasound::FCreateOperatorParams::InputDataReferences': Update APIs to use FBuildOperatorParams. Operator creation routines should have the following signature "TUniquePtr CreateOperator(const FBuildOperatorParams&, FBuildResults&)" Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(125): warning C4996: 'Metasound::FCreateOperatorParams::OperatorSettings': Update APIs to use FBuildOperatorParams. Operator creation routines should have the following signature "TUniquePtr CreateOperator(const FBuildOperatorParams&, FBuildResults&)" Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(126): warning C4996: 'Metasound::FCreateOperatorParams::OperatorSettings': Update APIs to use FBuildOperatorParams. Operator creation routines should have the following signature "TUniquePtr CreateOperator(const FBuildOperatorParams&, FBuildResults&)" Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(127): warning C4996: 'Metasound::FCreateOperatorParams::OperatorSettings': Update APIs to use FBuildOperatorParams. Operator creation routines should have the following signature "TUniquePtr CreateOperator(const FBuildOperatorParams&, FBuildResults&)" Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.

@matthewscharles
Copy link
Owner Author

@matthewscharles matthewscharles changed the title Update to new API Update SaH node to new API Oct 19, 2024
@matthewscharles matthewscharles added the enhancement New feature or request label Oct 19, 2024
@matthewscharles matthewscharles added the standard Identify a coding standard or convention that could be matched from existing nodes. label Dec 4, 2024
@matthewscharles matthewscharles changed the title Update SaH node to new API Update nodes to new API Dec 4, 2024
@matthewscharles matthewscharles moved this from In Progress to Todo in Metasound Branches Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request standard Identify a coding standard or convention that could be matched from existing nodes.
Projects
Development

No branches or pull requests

1 participant