UBlueprintEditorLibrary::SetBlueprintVariableInstanceEditable

Sets "Instance Editable" to true/false on a Blueprint variable

Unreal Engine C++ API Reference > Editor > BlueprintEditorLibrary > UBlueprintEditorLibrary

References

   
Module BlueprintEditorLibrary
Header /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h
Include #include "BlueprintEditorLibrary.h"
Source /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp
static void SetBlueprintVariableInstanceEditable
(
    [UBlueprint](API\Runtime\Engine\Engine\UBlueprint) * Blueprint,
    const [FName](API\Runtime\Core\UObject\FName) & VariableName,
    bool bInstanceEditable
)

Remarks

Sets "Instance Editable" to true/false on a Blueprint variable

Parameters

Name Description
Blueprint The blueprint object
VariableName The variable name
bInstanceEditable Toggle InstanceEditable

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library