Skip to content

Default Values Plugin

Benjamin Thomas Blodgett edited this page Apr 5, 2022 · 5 revisions

Connect & Support

Join the Dream Seed Discord to ask questions about my Unreal Engine Content.

Download

About

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).

Preview Nodes V2 short

Usage Examples

Useage 1 Useage 2 Useage 3

Implementation

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. Implementation

Clone this wiki locally