water body collision profile

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?

1 Like

Did you find the fix for this? I’m having the same issue.

1 Like

In the message log tab, scroll to the right and select add profile to .ini

4 Likes

And then restart engine to apply

2 Likes

problem solved, thank you!

I follow tutorial but still can’t solved it :(( i can’t add water

1 Like

@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)”)

6 Likes

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]

2 Likes

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”