UK2Node_GetArrayItem::SetDesiredReturnType

Sets weather we want the array item returned as a reference or by value (as a copy)

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetArrayItem.h

Include

#include "K2Node_GetArrayItem.h"

Source

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

Syntax

void SetDesiredReturnType
(
    bool bAsReference
)

Remarks

Sets weather we want the array item returned as a reference or by value (as a copy)

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