Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FLevelEditorViewportClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetActorLock
(
AActor* Actor |
Set the actor lock. This is the actor locked to the viewport via the viewport menus. | LevelEditorViewport.h | |
void SetActorLock
(
const FLevelViewportActorLock& InActorLock |
Set the actor lock. This is the actor locked to the viewport via the viewport menus. | LevelEditorViewport.h |
SetActorLock(AActor *)
Description
Set the actor lock. This is the actor locked to the viewport via the viewport menus.
| Name | SetActorLock |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include Path | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
void SetActorLock
(
AActor * Actor
)
SetActorLock(const FLevelViewportActorLock &)
Description
Set the actor lock. This is the actor locked to the viewport via the viewport menus.
| Name | SetActorLock |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include Path | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
void SetActorLock
(
const FLevelViewportActorLock & InActorLock
)