Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/UVREditorInteractor
Description
Returns the slide delta for pushing and pulling objects. Needs to be implemented by derived classes (e.g. touchpad for vive controller or scrollweel for mouse )
| Name | GetSlideDelta |
| Type | function |
| Header File | /Engine/Source/Editor/VREditor/Public/VREditorInteractor.h |
| Include Path | #include "VREditorInteractor.h" |
UFUNCTION (CallInEditor, BlueprintNativeEvent, Category="UVREditorInteractor")
float GetSlideDelta() const