Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APawn
- AActor::EditorApplyRotation()
- APawn::EditorApplyRotation()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h |
| Include | #include "GameFramework/Pawn.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Pawn.cpp |
virtual void EditorApplyRotation
(
const FRotator & DeltaRotation,
bool bAltDown,
bool bShiftDown,
bool bCtrlDown
)
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.