FEdGraphUtilities::IsMapParam

Returns true if the ParameterName is marked as a MapParam, MapKeyParam, or MapValueParam in the relevant Function

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h

Include

#include "EdGraphUtilities.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp

Syntax

static bool IsMapParam
(
    const UFunction * Function,
    const FName ParameterName
)

Remarks

Returns true if the ParameterName is marked as a MapParam, MapKeyParam, or MapValueParam in the relevant Function

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