FSourceCodeNavigation::GatherFunctionsForActors

Finds all of the functions in classes for the specified list of actors

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h

Include

#include "SourceCodeNavigation.h"

Source

/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp

Syntax

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

Parameter

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

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