BlueprintNodeHelpers::HasBlueprintFunction

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

BlueprintNodeHelpers::HasBlueprintFunction

(
    FName FuncName,
    const UObject& Object,
    const UClass& StopAtClass
)

Public function

bool

 

BlueprintNodeHelpers::HasBlueprintFunction

(
    FName FuncName,
    const UObject* Object,
    const UClass* StopAtClass
)

This version of HasBlueprintFunction is deprecated. Please use the one taking reference to UObject and StopAtClass rather than a pointers.

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