question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Component density differs if you create component through blueprints vs programatically

See original GitHub issue

Component density differs if you create component through blueprints vs programmatically .

This is due to having to remember to call applyHotHeightDensityReduction() if you do so programmatically. This is not great because if you forget to call it, your component wont be equal to the 3D density. We should strive to have components density always equal to 3D density. We used to do this on component construction, but #657 changed this.

I don’t think that it needed to, the math just might be a little different for axial expansion.

#818 writes a unit tests demonstrating this behavior

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
albeanthcommented, Aug 5, 2022

I would be curious to know how this problem relates to this docstring:

@keckler has pointed this out as well in https://github.com/terrapower/armi/issues/770 and it feels related to #820 .

I’ll spend some time on this today.

1reaction
albeanthcommented, Aug 5, 2022

Looking into it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rendering Components | Unreal Engine Documentation
Several different types of Rendering based Components are outlined, ... Exponential Height Fog creates more density in low places of a map and...
Read more >
A newbie's question about Component Blueprints
I understand that the component library is here to simplify our work so that we don't have to build the components from the...
Read more >
Actor Components Will Change the Way You Make Blueprints ...
Actor components in Unreal Engine 5 will change the way you make blueprints !! Most beginners do not realize that you can adhere...
Read more >
How To Make Blueprint Components And Three Ways To Use ...
... DescriptionHow to create and work with blueprint components In UE4/UE5 and three different ways to use them. If you 're new...
Read more >
lightning-record-form - documentation - Salesforce Developers
When a record form component runs outside Lightning Experience, and density is set to auto , the fields display with their labels next...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found