- Fixed Mesh Component nodes being compiled even if they were not connected.
- Removed unused ParameterNamesMap/AddParameterNameUnique.
#jira UE-225021, UE-223540, UE-206803
[REVIEW] [at]jordi.rovira
#rnx
#rb jordi.rovira
[CL 36760749 by gerard martin in 5.5 branch]
Add function to generate up to 'n' BulkData files.
Optimize DDC data distribution to improve put/get times.
Fix SourceId indeterminism due to FNames.
#jira UE-223083
#rnx
#rb gerard.martin
[CL 36760692 by pere rifa in 5.5 branch]
- Patch applied to both component nodes for consistency.
#jira UE-225281
[REVIEW] [at]gerard.martin
#rb gerard.martin
[CL 36757361 by daniel moreno in 5.5 branch]
- The case could happen when generating the layout for a passthrough texture. It would become an issue when extending the mesh section. This can be a valid scenario if all layouts use the overlay strategy.
- Now in case the layout is detected to not be important the packing startegy is kept to the default generated layout.
#rnx
#rb pere.rifa
[CL 36754119 by genis sole in 5.5 branch]
- Use the material parameter name instead of just the index.
- Add warning message on missing required texture connections in the mesh sextion extend modifier.
- Added second error context to error messages so that they can point at two nodes if necessary.
- Removed unnecessary state related to tags from the code generator.
#jira UE-223901
[REVIEW] [at]genis.sole
#rnx
#rb genis.sole
[CL 36753977 by jordi rovira in 5.5 branch]
- This can happen if the target texture size is generated from a CustomizableObjectNodeModifierExtendMeshSection. In this case the value is foced to 0.
#rb jordi.rovira
#rnx
[CL 36750524 by genis sole in 5.5 branch]
Moved non-public functions and members to the respective private classes.
#jira UE-209169
[REVIEW] [at]alexei.lebedev, [at]pere.rifa
#rnx
#rb alexei.lebedev, pere.rifa
[CL 36750158 by gerard martin in 5.5 branch]
Set unique row IDs to table rows to generate deterministic SourceIDs.
Bump current supported version.
#jira UE-224812
#rnx
#rb genis.sole, jordi.rovira
[CL 36750126 by pere rifa in 5.5 branch]
- Removed subclasses part of the utility
- Removed non API facing methods part of the mutable used by the utility.
#jira UE-223893
[REVIEW] [at]gerard.martin
#rb gerard.martin
#rnx
[CL 36749990 by daniel moreno in 5.5 branch]
[FYI] pere.rifa
Original CL Desc
-----------------------------------------------------------------
[Mutable] Add a SourceIDs to identify and group Roms and use the SourceDataDescriptor to propagate them.
Set unique row IDs to table rows to generate deterministic SourceIDs.
#jira UE-224812
#rnx
#rb genis.sole, jordi.rovira
[CL 36747685 by bob tellez in 5.5 branch]
Set unique row IDs to table rows to generate deterministic SourceIDs.
#jira UE-224812
#rnx
#rb genis.sole, jordi.rovira
[CL 36746715 by pere rifa in 5.5 branch]
- Using previously implemented solution to handle these cases.
- I would recommend fixing the inherent problem in our node caching system in the future.
- This is not a rushed solution, but a patch, so this gets into the preview 1 of the 5.5 mutable beta plugin
#jira UE-224808
#review @pere.rifa
#rb pere.rifa
[CL 36428634 by daniel moreno in 5.5 branch]