UBlueprint::GetInstanceActions

Allow each blueprint instance to add specific UBlueprintNodeSpawners pertaining to the sub-class type.

Windows
MacOS
Linux

Override Hierarchy

UBlueprint::GetInstanceActions()

UControlRigBlueprint::GetInstanceActions()

References

Module

Engine

Header

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

Include

#include "Engine/Blueprint.h"

Syntax

virtual void GetInstanceActions
(
    FBlueprintActionDatabaseRegistrar & ActionRegistrar
) const

Remarks

Allow each blueprint instance to add specific UBlueprintNodeSpawners pertaining to the sub-class type. Serves as an extensible way for new nodes, and game module nodes to add themselves to context menus.

Parameters

Parameter

Description

ActionRegistrar

BlueprintActionDataBaseRetistrar

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