UBTTask_BlueprintBase::SetFinishOnMessageWithId

Task execution will be finished (with result 'Success') after receiving specified message with indicated ID

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h

Include

#include "BehaviorTree/Tasks/BTTask_BlueprintBase.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Tasks/BTTask_BlueprintBase.cpp

Syntax

void SetFinishOnMessageWithId
(
    FName MessageName,
    int32 RequestID
)

Remarks

Task execution will be finished (with result 'Success') after receiving specified message with indicated ID

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