Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FSourceCodeNavigation
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
| Include | #include "SourceCodeNavigation.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp |
static void GatherFunctionsForActors
&40;
TArray< AActor &42; > & Actors,
const EGatherMode::Type GatherMode,
TArray< FEditCodeMenuClass > & Classes
&41;
Remarks
Finds all of the functions in classes for the specified list of actors
Parameters
| Name | Description |
|---|---|
| Actors | List of actors to gather functions for |
| GatherMode | Whether to gather all classes and functions, or only classes |
| Classes | (Out) Sorted list of function symbols organized by class for actor classes |