Hello how can I setup a water body collision profile, for some reason when i had enabled the plugin I got this error…
Then once I enter play mode i can’t enter the water…
What can I do to fix this?
Hello how can I setup a water body collision profile, for some reason when i had enabled the plugin I got this error…
Did you find the fix for this? I’m having the same issue.
In the message log tab, scroll to the right and select add profile to .ini
And then restart engine to apply
problem solved, thank you!
I follow tutorial but still can’t solved it :(( i can’t add water
@KhanhTrangPhuong and anyone else experiencing this issue. Add the following line to your default.ini in your config folder. Paste this under the profiles section and save it. You should see lots of other +profiles in the text to know you’re in the right spot to paste.
+Profiles=(Name=“WaterBodyCollision”,CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName=“”,CustomResponses=((Channel=“WorldDynamic”,Response=ECR_Overlap),(Channel=“Pawn”,Response=ECR_Overlap),(Channel=“Visibility”,Response=ECR_Ignore),(Channel=“Camera”,Response=ECR_Ignore),(Channel=“PhysicsBody”,Response=ECR_Overlap),(Channel=“Vehicle”,Response=ECR_Overlap),(Channel=“Destructible”,Response=ECR_Overlap)),HelpMessage=“Default Water Collision Profile (Created by Water Plugin)”)
And most of the help here is out of date because they always change things.
solved
no comment TV
I can’t find what you call the log tab message, what is it?
Are you referring to this heading in DefaultEngine.ini?
[/Script/Engine.CollisionProfile]
What you want to find is the Message Log. Go to Windows - Message Log. From the Message Log, you can go to Load Errors. This same error message will also be present in the Output Log, but then without the interactive “Add to DefaultEngine.ini”