Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FWidget
Description
Sets the axis currently being moused over. Typically called by FMouseDeltaTracker or FLevelEditorViewportClient.
| Name | SetCurrentAxis |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h |
| Include Path | #include "UnrealWidget.h" |
void SetCurrentAxis
(
EAxisList::Type InCurrentAxis
)
Parameters
| Name | Remarks |
|---|---|
| InCurrentAxis | The new axis value. |