Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FSourceCodeNavigation
Holds useful information about a function's symbols
| Name | FFunctionSymbolInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
| Include Path | #include "SourceCodeNavigation.h" |
Syntax
struct FFunctionSymbolInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassName | FString | The name of the UObject class this function is in, if any | SourceCodeNavigation.h | |
| ModuleName | FString | The name of the module the function is in (or empty string if not known) | SourceCodeNavigation.h | |
| SymbolName | FString | Function symbol string | SourceCodeNavigation.h |