Skip to content

FB1TraitValuePointInfo

🧩 Struct: FB1TraitValuePointInfo

Defines a value range for a trait value, used for filtering or threshold-based behavior.

Properties

  • TraitValueId (FName): ID of the trait value this range applies to. (Foreign = "TraitValue.Id")
  • Min (float): Minimum acceptable value.
  • Max (float): Maximum acceptable value.

📚 References