FControlRigBlueprintUtils::RemoveMemberVariableIfNotUsed

Remove the variable if not used by anybody else but ToBeDeleted

Windows
MacOS
Linux

References

Module

ControlRigDeveloper

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Public/ControlRigBlueprintUtils.h

Include

#include "ControlRigBlueprintUtils.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Private/ControlRigBlueprintUtils.cpp

Syntax

static void RemoveMemberVariableIfNotUsed
(
    UBlueprint * Blueprint,
    const FName VarName,
    UControlRigGraphNode * ToBeDeleted
)

Remarks

Remove the variable if not used by anybody else but ToBeDeleted

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