FBTNodeBPImplementationHelper::CheckEventImplementationVersion

Overload list

Windows
MacOS
Linux
Name Description

Public function

int32

 

FBTNodeBPImplementationHelper::CheckEventImplementationVersion

(
    FName GenericEventName,
    FName AIEventName,
    const UObject& Object,
    const UClass& StopAtClass
)

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

Public function

int32

 

FBTNodeBPImplementationHelper::CheckEventImplementationVersion

(
    FName GenericEventName,
    FName AIEventName,
    const UObject* Ob,
    const UClass* StopAtClass
)

This version of CheckEventImplementationVersion 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