Navigation
Unreal Engine C++ API Reference > Editor > BlueprintEditorLibrary > UBlueprintEditorLibrary
References
Module | BlueprintEditorLibrary |
Header | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
Include | #include "BlueprintEditorLibrary.h" |
Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
static bool GatherUnusedVariables
(
const UBlueprint * Blueprint,
TArray< FProperty * > & OutProperties
)
Remarks
Gathers any unused blueprint variables and populates the given array of FPropertys True if variables were checked on this blueprint, false otherwise.
Parameters
Name | Description |
---|---|
Blueprint | The blueprint to check |
OutProperties | Out array of unused FProperty*'s |