You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Control Rig: Fix cannot create function ref nodes when pulling out of an execute pin
#jira UE-116093 #rb helge.mathee #preflight 618128b7de066b00018b8507 #ROBOMERGE-AUTHOR: sara.schvartzman #ROBOMERGE-SOURCE: CL 18031797 in //UE5/Release-5.0/... via CL 18031800 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v885-17909292) #ROBOMERGE[STARSHIP]: UE5-Main [CL 18031801 by sara schvartzman in ue5-release-engine-test branch]
This commit is contained in:
@@ -8245,12 +8245,6 @@ URigVMFunctionReferenceNode* URigVMController::AddFunctionReferenceNode(URigVMLi
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
if (Graph->GetOutermost() == GetTransientPackage() && !bIsRunningUnitTest)
|
||||
{
|
||||
// don't allow linking to transient graphs, which usually mean template nodes
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
if(!CanAddFunctionRefForDefinition(InFunctionDefinition, true))
|
||||
{
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user