Foliage Interaction
Actor Component for Character–Foliage Interaction
BP_FoliageInteraction — An Actor Component that enables your character to physically interact with foliage. Attach it to your Character (or any moving Actor) to create responsive foliage reactions based on proximity and motion.
Interact
Info
Foliage character interaction is driven by the BP_FoliageInteraction Blueprint Component located in the EasyBiomes → Blueprints folder
Interaction sounds rely on custom trace channels, so make sure you’re using our DefaultEngine.ini file. If you can’t use it directly, copy at least the trace channel setup from our project
Interaction sounds rely on custom trace channels, so make sure you’re using our DefaultEngine.ini file. If you can’t use it directly, copy at least the trace channel setup from our project
How To
● Open your Character Blueprint
● Navigate to the EasyBiomes → Blueprints folder
● Drag BP_FoliageInteraction into the Components panel of your Character Blueprint
● Click Compile, then Save
Done — your character can now interact with foliage.
● Navigate to the EasyBiomes → Blueprints folder
● Drag BP_FoliageInteraction into the Components panel of your Character Blueprint
● Click Compile, then Save
Done — your character can now interact with foliage.
