FLevelEditorActionCallbacks::GoHere_Clicked

Called when the go here command is clicked

Windows
MacOS
Linux

References

Module

LevelEditor

Header

/Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h

Include

#include "LevelEditorActions.h"

Source

/Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp

Syntax

static void GoHere_Clicked
(
    const FVector * Point
)

Remarks

Called when the go here command is clicked

Parameters

Parameter

Description

Point

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss