Navigation
API > API/Plugins > API/Plugins/LidarPointCloudEditor
The public interface to this module
| Name | ILidarPointCloudEditorModule |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudEditor/Public/ILidarPointCloudEditorModule.h |
| Include Path | #include "ILidarPointCloudEditorModule.h" |
Syntax
class ILidarPointCloudEditorModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< class FExtensibilityManager > GetMenuExtensibilityManager() |
ILidarPointCloudEditorModule.h | ||
virtual TSharedPtr< class FExtensibilityManager > GetToolBarExtensibilityManager() |
ILidarPointCloudEditorModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ILidarPointCloudEditorModule & Get () |
Singleton-like access to this module's interface. | ILidarPointCloudEditorModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | ILidarPointCloudEditorModule.h |