Navigation
Unreal Engine C++ API Reference > 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
(
TArray < AActor * > & Actors,
const EGatherMode::Type GatherMode,
TArray < FEditCodeMenuClass > & Classes
)
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 |