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

Add support for setting int, string, color, file parameter on Houdini Asset Component in blueprint #295

Open
wants to merge 6 commits into
base: Houdini20.0-Unreal5.00
Choose a base branch
from

Conversation

wywarren
Copy link

@wywarren wywarren commented Apr 9, 2024

  • Consider renaming SetToggleValueAt to SetToggleParameter to match existing naming convention as SetFloatParameter also uses indexes but is not verbose in the function name

image

… Asset Component in blueprint

- Consider renaming SetToggleValueAt to SetToggleParameter to match existing naming convention as SetFloatParameter also uses indexes but is not verbose in the function name
@wywarren wywarren changed the title Add support for setting, int, string color, file parameter on Houdini Asset Component in blueprint Add support for setting int, string, color, file parameter on Houdini Asset Component in blueprint Apr 9, 2024
…rameter with warning messages for existance checking

- Getting for ToggleParameter is using function name GetToggleParameter instead of GetToggleValueAt
- Consider adding a generic template for GetTypedValueAt. This would require consolidating more parameter types to use this function name though. Some do not have indexes as well so may want to add GetTypedValue function in the future for Parameters without index.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant