BlueprintNodeHelpers::HasBlueprintFunction

DEPRECATED.

Windows
MacOS
Linux

Deprecated

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

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Public/BlueprintNodeHelpers.h

Include

#include "BlueprintNodeHelpers.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/BlueprintNodeHelpers.cpp

Syntax

namespace BlueprintNodeHelpers
{
    bool BlueprintNodeHelpers::HasBlueprintFunction
    (
        FName FuncName,
        const UObject * Object,
        const UClass * StopAtClass
    )
}

Remarks

DEPRECATED.

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