Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportSelectabilityBridge.h |
| Include | #include "EditorViewportSelectabilityBridge.h" |
Syntax
class FEditorViewportSelectabilityBridge
Remarks
Creates a link between a viewport and an outside module without requiring extra dependencies. This could be moved to Editor/UnrealEd module to allow other modules that may need this functionality to access.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEditorViewportSelectabilityBridge
(
const TWeakPtr< FEditorViewportClient >& InEditorViewportClientWeak |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| bool | IsObjectSelectableInViewport
(
UObject*const InObject |
||
| bool | |||
| FOnIsObjectSelectableInViewport & | |||
| FOnGetViewportSelectionLimitedText & | |||
| FOnIsViewportSelectionLimited & |