UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BTService.h File Reference
#include "CoreMinimal.h"
#include "BehaviorTree/BTAuxiliaryNode.h"
#include "BTService.generated.h"

Go to the source code of this file.

Classes

class  UBTService
 

Macros

#define INIT_SERVICE_NODE_NOTIFY_FLAGS()
 

Macro Definition Documentation

◆ INIT_SERVICE_NODE_NOTIFY_FLAGS

#define INIT_SERVICE_NODE_NOTIFY_FLAGS ( )
Value:
do { \
using NodeType = TRemovePointer<decltype(this)>::Type; \
InitNotifyFlags(&NodeType::TickNode, \
&NodeType::OnBecomeRelevant, \
&NodeType::OnCeaseRelevant, \
&NodeType::OnSearchStart); \
} while (false)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition UnrealTemplate.h:511