UK2Node_AnimGetter::GetterRequiresParameter

Returns whether or not the provided [UFunction](API\Runtime\CoreUObject\UObject\UFunction) requires the named parameter

Windows
MacOS
Linux

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/K2Node_AnimGetter.h

Include

#include "K2Node_AnimGetter.h"

Source

/Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp

Syntax

bool GetterRequiresParameter
(
    const UFunction * Getter,
    FString ParamName
) const

Remarks

Returns whether or not the provided UFunction requires the named parameter

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