Navigation
API > API/Editor > API/Editor/FoliageEdit
Inheritance Hierarchy
- IModuleInterface
- IFoliageEditModule
References
| Module | FoliageEdit |
| Header | /Engine/Source/Editor/FoliageEdit/Public/FoliageEditModule.h |
| Include | #include "FoliageEditModule.h" |
Syntax
class IFoliageEditModule : public IModuleInterface
Remarks
Foliage Edit mode module interface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanMoveSelectedFoliageToLevel
(
ULevel* InTargetLevel |
||
| void | MoveSelectedFoliageToLevel
(
ULevel* InTargetLevel |
Move the selected foliage to the specified level | |
| void | Notifies us that the foliage has been externally changed and needs refreshing. |