UBlueprintNodeSpawner::PrimeDefaultUiSpec

Takes the [FBlueprintActionUiSpec](API\Editor\BlueprintGraph\FBlueprintActionUiSpec) that this was spawned with and attempts to fill in any missing fields (by polling a template node).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h

Include

#include "BlueprintNodeSpawner.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawner.cpp

Syntax

FBlueprintActionUiSpec const & PrimeDefaultUiSpec
(
    UEdGraph * TargetGraph
) const

Remarks

Takes the FBlueprintActionUiSpec that this was spawned with and attempts to fill in any missing fields (by polling a template node).

Returns

This spawner's default ui spec.

Parameters

Parameter

Description

TargetGraph

Optional context for helping spawn the template node.

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