Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportWorldInteraction
Description
Sets the system that should be used to transform objects in the scene. Only one can be active at a time. If you pass nullptr, a default transformer for actors/components will be enabled
| Name | SetTransformer |
| Type | function |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportWorldInteraction.h |
| Include Path | #include "ViewportWorldInteraction.h" |
| Source | /Engine/Source/Editor/ViewportInteraction/Private/ViewportWorldInteraction.cpp |
void SetTransformer
(
class UViewportTransformer * NewTransformer
)