FLevelEditorActionCallbacks::GoHere_Clicked

Called when the go here command is clicked

Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorActionCallbacks

References

   
Module LevelEditor
Header /Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h
Include #include "LevelEditorActions.h"
Source /Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp
static void GoHere_Clicked
(
    const FVector * Point
)

Remarks

Called when the go here command is clicked

Parameters

Name Description
Point Specified point to go to. If null, a point will be calculated from current mouse position

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library