Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeGizmoActiveActor
- AActor::EditorApplyRotation()
- ALandscapeGizmoActiveActor::EditorApplyRotation()
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActiveActor.h |
| Include | #include "LandscapeGizmoActiveActor.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeGizmoActor.cpp |
virtual void EditorApplyRotation
&40;
const FRotator & DeltaRotation,
bool bAltDown,
bool bShiftDown,
bool bCtrlDown
&41;
Remarks
Called by ApplyDeltaToActor to perform an actor class-specific operation based on widget manipulation. The default implementation is simply to modify the actor's rotation.