FBTNodeBPImplementationHelper::CheckEventImplementationVersion

Checks if given object implements GenericEventName and/or AIEventName BP events, and returns an result as flags set on return integer

Windows
MacOS
Linux

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 & Object,
        const UClass & StopAtClass
    )
}

Remarks

Checks if given object implements GenericEventName and/or AIEventName BP events, and returns an result as flags set on return integer

Returns

flags set in returned integer indicate kinds of events implemented by given object

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