Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ISourceCodeNavigationHandler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool NavigateToStruct
(
const UScriptStruct* InStruct |
Asynchronously navigates to a UScriptStruct in an IDE or text editor. | SourceCodeNavigation.h | |
virtual bool NavigateToStruct
(
const UStruct* InStruct |
Asynchronously navigates to a UStruct in an IDE or text editor. | SourceCodeNavigation.h |
NavigateToStruct(const UScriptStruct *)
Description
Asynchronously navigates to a UScriptStruct in an IDE or text editor.
| Name | NavigateToStruct |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
| Include Path | #include "SourceCodeNavigation.h" |
virtual bool NavigateToStruct
(
const UScriptStruct * InStruct
)
True if the struct can be handled by this handler.
Parameters
| Name | Remarks |
|---|---|
| InStruct | Struct to which to navigate. |
NavigateToStruct(const UStruct *)
Description
Asynchronously navigates to a UStruct in an IDE or text editor.
| Name | NavigateToStruct |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
| Include Path | #include "SourceCodeNavigation.h" |
virtual bool NavigateToStruct
(
const UStruct * InStruct
)
True if the struct can be handled by this handler.
Parameters
| Name | Remarks |
|---|---|
| InStruct | Struct in which to navigate. |