UK2Node_CallArrayFunction::IsWildcardProperty

Checks if the passed in property is a wildcard property

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_CallArrayFunction.h"

Source

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

Syntax

static bool IsWildcardProperty
(
    UFunction * InArrayFunction,
    const FProperty * InProperty
)

Remarks

Checks if the passed in property is a wildcard property

Returns

TRUE if the property is a wildcard.

Parameters

Parameter

Description

InArrayFunction

The array function to check

InProperty

Property to examine to see if it is marked in metadata as a wildcard

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