Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
Description
Lists the names of the member variables in the BP. Inherited members will be prefixed with the full path of their declaring class.
| Name | ListMemberVariableNames |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include Path | #include "BlueprintEditorLibrary.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Blueprint Editor", Meta=(ScriptMethod))
static void ListMemberVariableNames
(
const UBlueprint * Blueprint,
TArray < FString > & OutMemberVariableNames,
bool bIncludeInheritedMembers
)