SpawnInternalVariable

Overload list

Windows
MacOS
Linux
Name Description

Public function

UK2Node_Temp...

 

SpawnInternalVariable

(
    UEdGraphNode* SourceNode,
    const FNameParameterHelper Category,
    const FString& SubCategory,
    UObject* SubcategoryObject,
    EPinContainerType PinContainerType,
    const FEdGraphTerminalType& ValueT...
)

Use version that takes Category and SubCategory as FName

Public function

UK2Node_Temp...

 

SpawnInternalVariable

(
    UEdGraphNode* SourceNode,
    const FNameParameterHelper Category,
    const TCHAR* SubCategory,
    UObject* SubcategoryObject,
    EPinContainerType PinContainerType,
    const FEdGraphTerminalType& ValueT...
)

Remove when removing versions that take subcategory as FString. Required to avoid ambiguity

Public function

UK2Node_Temp...

 

SpawnInternalVariable

(
    UEdGraphNode* SourceNode,
    FName Category,
    FName SubCategory,
    UObject* SubcategoryObject,
    EPinContainerType PinContainerType,
    const FEdGraphTerminalType& ValueT...
)

Public function

UK2Node_Temp...

 

SpawnInternalVariable

(
    UEdGraphNode* SourceNode,
    const FString& Category,
    const FString& SubCategory,
    UObject* SubcategoryObject,
    bool bIsArray,
    bool bIsSet,
    bool bIsMap,
    const FEdGraphTerminalType& ValueT...
)

Use version that takes Category and SubCategory as FName, and PinContainerType instead of separate booleans for array, set, and map

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