FoliagePlugin 1.5.3 October 17, 2020October 16, 2020 by hulken General You can now override the event “HandleFoliageDamage” in FoliageActors to add custom logic. In the example below we’ll reduce a Health value to 0 before giving the resource to the player.Added ReduceRemainigUses to FoliageActorsAdded SetRemainigUses to FoliageActorsAdded AddRemainigUses to FoliageActors
FoliagePlugin 1.5.2 October 14, 2020October 14, 2020 by hulken General Fixed an issue with loading data table data in a packaged projectAdded more debugging output Debugging DefaultEngine.ini [Core.Log] LogFoliagePlugin=Verbose
SteamCore 1.3.3 October 12, 2020 by hulken General Fixed Steam Initialization when using Unreal Engine 4.25This is an Engine issueAdded the SteamFix module to SteamCore pluginChanged .uplugin setting “EnabledByDefault” to false, having this set to true were causing rare packaging issues.
Creating a CloudTrail User October 12, 2020 by hulken Go to https://console.aws.amazon.com/iam/ and login to your Amazon Account and access the IAM Console Click on “Users” and then “Add User“ Name your user user and check “Programmatic Access“ On the next screen click on “Attach existing policies directly” and search for “CloudTrail” and select “CloudTrailFullAccess“. You can skip the “Tags” page Verify your settings and click on “Create User“ These are the security keys that you will have to enter in Unreal Engine to access CloudTrail functionality!
S3 1.0.2 October 12, 2020 by hulken Changes Added logging to console from AWS SDKPlugin now uses Unreal Engines memory management Enable Logging DefaultEngine.ini [Core.Log] LogAwsS3=Verbose