Skip to content

Tags: sideeffects/HoudiniEngineForUnreal

Tags

v2.2.9

Toggle v2.2.9's commit message
- Fixed crash after multiple Play In Editor sessions, or when PIE aft…

…er refining proxies.

v2.2.8

Toggle v2.2.8's commit message
- Parameter presets are now only applied upon rebuilding an HDA.

  This fixes an issue where changing a parameter just after loading a level
  would cause parameters to revert to their previous value the first time.

v2.2.7

Toggle v2.2.7's commit message
- Parameter presets are now only applied upon rebuilding an HDA.

  This fixes an issue where changing a parameter just after loading a level
  would cause parameters to revert to their previous value the first time.

v2.2.6

Toggle v2.2.6's commit message
- Added missing includes

- Fixed issues that could cause parameters/inputs to not be properly set
  after rebuilding/recooking/on first cook after load.
- Added new setting, "UsePresetsForParameters" that disables setting parameters
  in bulk with presets - this is to be used for troubleshooting only.

v2.2.5

Toggle v2.2.5's commit message
Convert raw pointer to use TObjectPtr<>

v2.2.4

Toggle v2.2.4's commit message
- Fixed UE5.5 build warnings and non-unity build issue.

v2.2.3

Toggle v2.2.3's commit message
- Fixes errors/warnings for UE5.5 preview1.

  The plugin source code should now build properly with UE5.5.

v2.2.2

Toggle v2.2.2's commit message
- Added Profiling macros to the plugin's code base to help optimize i…

…ts performance with

  HDAs that have a lot of nodes/parameters.

v2.2.1

Toggle v2.2.1's commit message
Removed unused Unreal 4 attributes.

bakcport of 482919

v2.2.0

Toggle v2.2.0's commit message
- Fixed non editor build error