FBTNodeBPImplementationHelper::CheckEventImplementationVersion

Windows
MacOS
Linux

Deprecated

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

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTFunctionLibrary.h

Include

#include "BehaviorTree/BTFunctionLibrary.h"

Source

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

Syntax

namespace FBTNodeBPImplementationHelper
{
    int32 FBTNodeBPImplementationHelper::CheckEventImplementationVersion
    (
        FName GenericEventName,
        FName AIEventName,
        const UObject * Ob,
        const UClass * StopAtClass
    )
}

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