-
Notifications
You must be signed in to change notification settings - Fork 0
Default Values Plugin
Benjamin Thomas Blodgett edited this page Apr 5, 2022
·
5 revisions
Join the Dream Seed Discord to ask questions about my Unreal Engine Content.
Lightweight library provides default value node for use in Blueprints.
Use defaults to simplify your blueprint code and write code that is more clearly intentional.
By specifying that you want to use the default value for a parameter, you communicate to the future reader of the code that you want to use the default value instead of a pin being disconnected by accident.
- Default Value node provides the unset value for the connected type.
- Also includes Default Scale node which provides simple access to (1, 1, 1).
This is the code for the Default
macro. It's well-documented, and fairly simple in concept. You're welcome to copy the node elements into your own project instead of installing the plugin.