UBlueprint::GetBlueprintHierarchyFromClass

Gets an array of all blueprints used to generate this class and its parents.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h

Include

#include "Engine/Blueprint.h"

Source

/Engine/Source/Runtime/Engine/Private/Blueprint.cpp

Syntax

static bool GetBlueprintHierarchyFromClass
(
    const UClass * InClass,
    TArray< UBlueprint * > & OutBlueprintParents
)

Remarks

Gets an array of all blueprints used to generate this class and its parents. 0th elements is the BP used to generate InClass

Returns

true if there were no status errors in any of the parent blueprints, otherwise false

Parameters

Parameter

Description

InClass

The class to get the blueprint lineage for

OutBlueprintParents

Array with the blueprints used to generate this class and its parents. 0th = this, Nth = least derived BP-based parent

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