Component density differs if you create component through blueprints vs programatically
See original GitHub issueComponent 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:
- Created a year ago
- Reactions:2
- Comments:7 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.
Looking into it.