Limen Framework 0.1 Help

LimenLevelCollisionProxy Module

Subsystem Breakdown

Lifecycle Management

Class Name

Role

FLimenLevelCollisionProxyModule

Manages the lifecycle of the Limen Level Collision Proxy module.

Action Utilities

Class Name

Role

ULimenGenerateLevelCollisionProxyAction

A custom asset action utility for generating collision proxy actors in Unreal Engine.

Design Philosophy

The LimenLevelCollisionProxy Module is designed to simplify the process of managing and generating collision proxies within Unreal Engine projects. By providing a dedicated module, developers can easily integrate and utilize these functionalities without having to manually manage each step.

  • Developers can use FLimenLevelCollisionProxyModule to initialize and configure the module at the start of their project.

  • Utilize ULimenGenerateLevelCollisionProxyAction to automatically generate collision proxy actors for levels, ensuring that all necessary physics interactions are properly set up. This action can be triggered during asset import or through custom workflows within Unreal Engine.

22 May 2026