className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
3
36
code
stringlengths
0
11.4k
variables
listlengths
0
395
FBlackboardKeySelector::AddClassFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddClassFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName, [TSubclassOf](API\Runtime\CoreUObject\Templates\TSubclassOf)< [UObject](API\Runtime\CoreUObject\UObject\UObject) > AllowedClass )
[]
FBlackboardKeySelector::AddEnumFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddEnumFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName, [UEnum](API\Runtime\CoreUObject\UObject\UEnum) * AllowedEnum )
[]
FBlackboardKeySelector::AddFloatFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddFloatFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName )
[]
FBlackboardKeySelector::AddIntFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddIntFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName )
[]
FBlackboardKeySelector::AddNameFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddNameFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName )
[]
FBlackboardKeySelector::AddNativeEnumFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddNativeEnumFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName, const [FString](API\Runtime\Core\Containers\FString) & AllowedEnumName )
[]
FBlackboardKeySelector::AddObjectFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
Helper functions for setting basic filters
AIModule
void AddObjectFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName, [TSubclassOf](API\Runtime\CoreUObject\Templates\TSubclassOf)< [UObject](API\Runtime\CoreUObject\UObject\UObject) > AllowedClass )
[]
FBlackboardKeySelector::AddStringFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddStringFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName )
[]
FBlackboardKeySelector::AddRotatorFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddRotatorFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName )
[]
FBlackboardKeySelector::AddVectorFilter
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AddVectorFilter ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner, [FName](API\Runtime\Core\UObject\FName) PropertyName )
[]
FBlackboardKeySelector::AllowNoneAsValue
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void AllowNoneAsValue ( bool bAllow )
[]
FBlackboardKeySelector::GetSelectedKeyID
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
[FBlackboard::FKey](API\Runtime\AIModule\BehaviorTree\Blackboard\FKey) GetSelectedKeyID() const
[]
FBlackboardKeySelector::InitSelection
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
Find initial selection. Called when None is not a valid option for this key selector
AIModule
void InitSelection ( const [UBlackboardData](API\Runtime\AIModule\BehaviorTree\UBlackboardData) & BlackboardAsset )
[]
FBlackboardKeySelector::InvalidateResolvedKey
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
void InvalidateResolvedKey()
[]
FBlackboardKeySelector::IsNone
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool IsNone() const
[]
FBlackboardKeySelector::IsSet
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool IsSet() const
[]
FBlackboardKeySelector::NeedsResolving
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool NeedsResolving() const
[]
FBlackboardKeySelector::ResolveSelectedKey
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
Find ID and class of selected key
AIModule
void ResolveSelectedKey ( const [UBlackboardData](API\Runtime\AIModule\BehaviorTree\UBlackboardData) & BlackboardAsset )
[]
FBlackboardKeySelector::FBlackboardKeySelector
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
FBlackboardKeySelector()
[]
FBlackboardKeySelector
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
Helper struct for defining types of allowed blackboard entries (e.g. only entries holding points and objects derived form actor class)
AIModule
struct FBlackboardKeySelector
[ { "type": "TArray<TObject...", "name": "AllowedTypes", "description": "Array of allowed types with additional properties (e.g. uobject's base class) EditAnywhere is required for FBlackboardSelectorDetails::CacheBlackboardData()" }, { "type": "uint32: 1", "name": "bNoneIsAllowedValue", "description": "Requires BlueprintReadWrite so that blueprint creators (using MakeBlackboardKeySelector) can specify whether or not None is Allowed." }, { "type": "friend", "name": "FBlackboardDecoratorDetails", "description": "" }, { "type": "int32", "name": "SelectedKeyID", "description": "ID of selected key" }, { "type": "FName", "name": "SelectedKeyName", "description": "Name of selected key" }, { "type": "TSubclassOf<UB...", "name": "SelectedKeyType", "description": "Class of selected key" } ]
FBTCompositeChild
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h
AIModule
struct FBTCompositeChild
[ { "type": "TObjectPtr<UBT...", "name": "ChildComposite", "description": "Child node" }, { "type": "TObjectPtr<UBT...", "name": "ChildTask", "description": "" }, { "type": "TArray<FBTDeco...", "name": "DecoratorOps", "description": "Logic operations for decorators" }, { "type": "TArray<TObject...", "name": "Decorators", "description": "Execution decorators" } ]
FBTAuxiliaryMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTAuxiliaryNode.h
AIModule
struct FBTAuxiliaryMemory : public [FBTInstancedNodeMemory](API\Runtime\AIModule\BehaviorTree\FBTInstancedNodeMemory)
[ { "type": "float", "name": "AccumulatedDeltaTime", "description": "" }, { "type": "float", "name": "NextTickRemainingTime", "description": "" } ]
FBTCompositeMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h
AIModule
struct FBTCompositeMemory
[ { "type": "int8", "name": "CurrentChild", "description": "Index of currently active child node" }, { "type": "int8", "name": "OverrideChild", "description": "Child override for next selection" } ]
FBTDecoratorLogic::FBTDecoratorLogic
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h
AIModule
FBTDecoratorLogic()
[]
FBTDecoratorLogic::FBTDecoratorLogic
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h
AIModule
FBTDecoratorLogic ( uint8 InOperation, uint16 InNumber )
[]
FBTInstancedNodeMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTNode.h
AIModule
struct FBTInstancedNodeMemory
[ { "type": "int32", "name": "NodeIdx", "description": "" } ]
FBTNodeBPImplementationHelper::CheckEventImplementationVersion
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTFunctionLibrary.h
Checks if given object implements GenericEventName and/or AIEventName BP events, and returns an result as flags set on return integer flags set in returned integer indicate kinds of events implemented by given object
AIModule
namespace FBTNodeBPImplementationHelper { int32 FBTNodeBPImplementationHelper::CheckEventImplementationVersion ( [FName](API\Runtime\Core\UObject\FName) GenericEventName, [FName](API\Runtime\Core\UObject\FName) AIEventName, const [UObject](API\Runtime\CoreUObject\UObject\UObject) & Object, const [UClass](API\Runtime\CoreUObject\UObject\UClass) & StopAtClass ) }
[]
FBTNodeBPImplementationHelper::AISpecific
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTFunctionLibrary.h
AIModule
namespace FBTNodeBPImplementationHelper { static FBTNodeBPImplementationHelper::AISpecific = 1 << 1; }
[]
FBTNodeBPImplementationHelper::All
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTFunctionLibrary.h
AIModule
namespace FBTNodeBPImplementationHelper { static FBTNodeBPImplementationHelper::All = Generic | AISpecific; }
[]
FBTNodeBPImplementationHelper::Generic
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTFunctionLibrary.h
AIModule
namespace FBTNodeBPImplementationHelper { static FBTNodeBPImplementationHelper::Generic = 1 << 0; }
[]
FBTNodeBPImplementationHelper::NoImplementation
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTFunctionLibrary.h
AIModule
namespace FBTNodeBPImplementationHelper { static FBTNodeBPImplementationHelper::NoImplementation = 0; }
[]
FBTNodeExecutionInfo::FBTNodeExecutionInfo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
FBTNodeExecutionInfo()
[]
FBTNodeExecutionInfo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
struct FBTNodeExecutionInfo
[ { "type": "uint8: 1", "name": "bIsRestart", "description": "If set, request was not instigated by finishing task/initialization but is a restart (e.g. decorator)" }, { "type": "uint8: 1", "name": "bTryNextChild", "description": "If set, tree will try to execute next child of composite instead of forcing branch containing SearchStart" }, { "type": "TEnumAsByte<EB...", "name": "ContinueWithResult", "description": "Result used for resuming execution" }, { "type": "uint16", "name": "ExecuteInstanceIdx", "description": "Subtree index" }, { "type": "constUBTCompos...", "name": "ExecuteNode", "description": "Node to be executed" }, { "type": "FBTNodeIndex", "name": "SearchEnd", "description": "Index of last task allowed to be executed" }, { "type": "FBTNodeIndex", "name": "SearchStart", "description": "Index of first task allowed to be executed" } ]
FBTDecoratorLogic
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h
AIModule
struct FBTDecoratorLogic
[ { "type": "uint16", "name": "Number", "description": "" }, { "type": "TEnumAsByte<EB...", "name": "Operation", "description": "" } ]
FBTNodeIndex::Describe
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
[FString](API\Runtime\Core\Containers\FString) Describe() const
[]
InvalidIndex
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
static constexpr uint16 InvalidIndex = TNumericLimits<uint16>::Max();
[]
FBTNodeIndex::IsSet
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool IsSet() const
[]
FBTNodeIndex::operator==
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool operator== ( const [FBTNodeIndex](API\Runtime\AIModule\BehaviorTree\FBTNodeIndex) & Other ) const
[]
FBTNodeIndex::operator!=
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool operator!= ( const [FBTNodeIndex](API\Runtime\AIModule\BehaviorTree\FBTNodeIndex) & Other ) const
[]
FBTNodeIndex::TakesPriorityOver
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool TakesPriorityOver ( const [FBTNodeIndex](API\Runtime\AIModule\BehaviorTree\FBTNodeIndex) & Other ) const
[]
FBTNodeIndex::FBTNodeIndex
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
FBTNodeIndex ( uint16 InInstanceIndex, uint16 InExecutionIndex )
[]
FBTNodeIndex::FBTNodeIndex
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
FBTNodeIndex()
[]
FBTNodeIndex
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
struct FBTNodeIndex
[ { "type": "uint16", "name": "ExecutionIndex", "description": "Execution index within instance" }, { "type": "uint16", "name": "InstanceIndex", "description": "Index of instance of stack" } ]
FBTNodeIndexRange::Contains
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool Contains ( const [FBTNodeIndex](API\Runtime\AIModule\BehaviorTree\FBTNodeIndex) & Index ) const
[]
FBTNodeIndexRange::Describe
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
[FString](API\Runtime\Core\Containers\FString) Describe() const
[]
FBTNodeIndexRange::IsSet
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool IsSet() const
[]
FBTNodeIndexRange::operator==
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool operator== ( const [FBTNodeIndexRange](API\Runtime\AIModule\BehaviorTree\FBTNodeIndexRange) & Other ) const
[]
FBTNodeIndexRange::operator!=
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
bool operator!= ( const [FBTNodeIndexRange](API\Runtime\AIModule\BehaviorTree\FBTNodeIndexRange) & Other ) const
[]
FBTNodeIndexRange::FBTNodeIndexRange
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
FBTNodeIndexRange ( const [FBTNodeIndex](API\Runtime\AIModule\BehaviorTree\FBTNodeIndex) & From, const [FBTNodeIndex](API\Runtime\AIModule\BehaviorTree\FBTNodeIndex) & To )
[]
FBTNodeIndexRange
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
struct FBTNodeIndexRange
[ { "type": "FBTNodeIndex", "name": "FromIndex", "description": "First node index" }, { "type": "FBTNodeIndex", "name": "ToIndex", "description": "Last node index" } ]
FBTPendingExecutionInfo::IsLocked
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
bool IsLocked() const
[]
FBTPendingExecutionInfo::IsSet
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
bool IsSet() const
[]
FBTPendingExecutionInfo::Lock
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
void Lock()
[]
FBTPendingExecutionInfo::Unlock
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
void Unlock()
[]
FBTPendingExecutionInfo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
struct FBTPendingExecutionInfo
[ { "type": "uint32: 1", "name": "bLocked", "description": "If set, request can't be executed" }, { "type": "uint32: 1", "name": "bOutOfNodes", "description": "If set, tree ran out of nodes" }, { "type": "UBTTaskNode\u0004...", "name": "NextTask", "description": "Next task to execute" } ]
FBTPendingExecutionInfo::FBTPendingExecutionInfo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
FBTPendingExecutionInfo()
[]
FBTTaskMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTTaskNode.h
AIModule
struct FBTTaskMemory : public [FBTInstancedNodeMemory](API\Runtime\AIModule\BehaviorTree\FBTInstancedNodeMemory)
[ { "type": "float", "name": "AccumulatedDeltaTime", "description": "" }, { "type": "float", "name": "NextTickRemainingTime", "description": "" } ]
FBTTreeStartInfo::HasPendingInitialize
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
bool HasPendingInitialize() const
[]
FBTTreeStartInfo::IsSet
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
bool IsSet() const
[]
FBTTreeStartInfo::FBTTreeStartInfo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
FBTTreeStartInfo()
[]
FBTTreeStartInfo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h
AIModule
struct FBTTreeStartInfo
[ { "type": "UBehaviorTree&...", "name": "Asset", "description": "" }, { "type": "uint8: 1", "name": "bPendingInitialize", "description": "" }, { "type": "EBTExecutionMod...", "name": "ExecuteMode", "description": "" } ]
FScopedBTLoggingContext::FScopedBTLoggingContext
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
FScopedBTLoggingContext()
[]
FScopedBTLoggingContext::FScopedBTLoggingContext
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
FScopedBTLoggingContext ( const [UBTNode](API\Runtime\AIModule\BehaviorTree\UBTNode) * Context )
[]
FScopedBTLoggingContext::~FScopedBTLoggingContext
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
AIModule
~FScopedBTLoggingContext()
[]
FBlackboardOwnerChanged
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardAssetProvider.h
Delegate to be called by class implementingIBlackboardAssetProviderwhen the property containing the returned BlackboardData is changed (i.e. on PostEditChangeProperty).
AIModule
typedef TMulticastDelegate_TwoParams< void, [UObject](API\Runtime\CoreUObject\UObject\UObject) *, [UBlackboardData](API\Runtime\AIModule\BehaviorTree\UBlackboardData) * > FBlackboardOwnerChanged
[]
FScopedBTLoggingContext
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h
Helper struct to push a node as the new logging context and automatically reset the context on destruction.
AIModule
struct FScopedBTLoggingContext
[]
IBlackboardAssetProvider::GetBlackboardAsset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardAssetProvider.h
Returns BlackboardData referenced by the owner object.
AIModule
virtual UBlackboardData &42; GetBlackboardAsset&40;&41; const
[]
OnBlackboardOwnerChanged
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardAssetProvider.h
AIModule
static FBlackboardOwnerChanged OnBlackboardOwnerChanged;
[]
IBlackboardAssetProvider
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardAssetProvider.h
AIModule
class IBlackboardAssetProvider
[]
FBTEQSServiceMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
AIModule
struct FBTEQSServiceMemory
[ { "type": "int32", "name": "RequestID", "description": "Query request ID" } ]
FBTFocusMemory::Reset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
AIModule
void Reset()
[]
FBTFocusMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
AIModule
struct FBTFocusMemory
[ { "type": "bool", "name": "bActorSet", "description": "" }, { "type": "AActor*", "name": "FocusActorSet", "description": "" }, { "type": "FVector", "name": "FocusLocationSet", "description": "" } ]
UBTService_BlackboardBase::GetSelectedBlackboardKey
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlackboardBase.h
Get name of selected blackboard key
AIModule
[FName](API\Runtime\Core\UObject\FName) GetSelectedBlackboardKey() const
[]
UBTService_BlackboardBase::UBTService_BlackboardBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlackboardBase.h
AIModule
UBTService_BlackboardBase ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTService_BlackboardBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlackboardBase.h
AIModule
class UBTService_BlackboardBase : public [UBTService](API\Runtime\AIModule\BehaviorTree\UBTService)
[ { "type": "FBlackboardKeyS...", "name": "BlackboardKey", "description": "Blackboard key selector" } ]
UBTService_BlueprintBase::GetStaticServiceDescription
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Gets the description for our service.
AIModule
virtual [FString](API\Runtime\Core\Containers\FString) GetStaticServiceDescription() const
[]
UBTService_BlueprintBase::DescribeRuntimeValues
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Gathers description of all runtime parameters
AIModule
virtual void DescribeRuntimeValues ( const [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTDescriptionVerbosity::Type](API\Runtime\AIModule\BehaviorTree\EBTDescriptionVerbosity__Type) Verbosity, [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & Values ) const
[]
UBTService_BlueprintBase::InitializeFromAsset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Initialize any asset related data
AIModule
virtual void InitializeFromAsset ( [UBehaviorTree](API\Runtime\AIModule\BehaviorTree\UBehaviorTree) & Asset )
[]
UBTService_BlackboardBase::InitializeFromAsset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlackboardBase.h
Initialize any asset related data
AIModule
virtual void InitializeFromAsset ( [UBehaviorTree](API\Runtime\AIModule\BehaviorTree\UBehaviorTree) & Asset )
[]
UBTService_BlueprintBase::IsServiceActive
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Check if service is currently being active
AIModule
bool IsServiceActive() const
[]
UBTService_BlueprintBase::OnBecomeRelevant
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Called when auxiliary node becomes active this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyBecomeRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically
AIModule
virtual void OnBecomeRelevant ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTService_BlueprintBase::OnCeaseRelevant
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically
AIModule
virtual void OnCeaseRelevant ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTService_BlueprintBase::OnInstanceDestroyed
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Called when node instance is removed from tree
AIModule
virtual void OnInstanceDestroyed ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp )
[]
UBTService_BlueprintBase::OnSearchStart
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Called when search enters underlying branch this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyOnSearch must be set to true for this function to be called Calling INIT_SERVICE_NODE_NOTIFY_FLAGS in the constructor of the service will set this flag automatically
AIModule
virtual void OnSearchStart ( [FBehaviorTreeSearchData](API\Runtime\AIModule\BehaviorTree\FBehaviorTreeSearchData) & SearchData )
[]
UBTService_BlueprintBase::ReceiveActivation
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Service became active that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
AIModule
void ReceiveActivation ( [AActor](API\Runtime\Engine\GameFramework\AActor) * OwnerActor )
[]
UBTService_BlueprintBase::ReceiveActivationAI
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
generic one otherwise
AIModule
void ReceiveActivationAI ( [AAIController](API\Runtime\AIModule\AAIController) * OwnerController, [APawn](API\Runtime\Engine\GameFramework\APawn) * ControlledPawn )
[]
UBTService_BlueprintBase::ReceiveDeactivation
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Service became inactive that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
AIModule
void ReceiveDeactivation ( [AActor](API\Runtime\Engine\GameFramework\AActor) * OwnerActor )
[]
UBTService_BlueprintBase::ReceiveDeactivationAI
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
generic one otherwise
AIModule
void ReceiveDeactivationAI ( [AAIController](API\Runtime\AIModule\AAIController) * OwnerController, [APawn](API\Runtime\Engine\GameFramework\APawn) * ControlledPawn )
[]
UBTService_BlueprintBase::ReceiveSearchStart
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Task search enters branch of tree that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
AIModule
void ReceiveSearchStart ( [AActor](API\Runtime\Engine\GameFramework\AActor) * OwnerActor )
[]
UBTService_BlueprintBase::ReceiveSearchStartAI
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
generic one otherwise
AIModule
void ReceiveSearchStartAI ( [AAIController](API\Runtime\AIModule\AAIController) * OwnerController, [APawn](API\Runtime\Engine\GameFramework\APawn) * ControlledPawn )
[]
UBTService_BlueprintBase::ReceiveTick
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Tick function that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
AIModule
void ReceiveTick ( [AActor](API\Runtime\Engine\GameFramework\AActor) * OwnerActor, float DeltaSeconds )
[]
UBTService_BlueprintBase::ReceiveTickAI
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
generic one otherwise
AIModule
void ReceiveTickAI ( [AAIController](API\Runtime\AIModule\AAIController) * OwnerController, [APawn](API\Runtime\Engine\GameFramework\APawn) * ControlledPawn, float DeltaSeconds )
[]
UBTService_BlueprintBase::SetOwner
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Gets called only for instanced nodes(bCreateNodeInstance == true). In practive overridden by BP-implemented BT nodes
AIModule
virtual void SetOwner ( [AActor](API\Runtime\Engine\GameFramework\AActor) * ActorOwner )
[]
UBTService_BlueprintBase::TickNode
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Update next tick interval this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTick must be set to true for this function to be called Calling INIT_SERVICE_NODE_NOTIFY_FLAGS in the constructor of the service will set this flag automatically
AIModule
virtual void TickNode ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, float DeltaSeconds )
[]
UBTService_BlueprintBase::UsesBlueprint
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
Get whether this node is using a blueprint for its logic
AIModule
virtual bool UsesBlueprint() const
[]
UBTService_BlueprintBase::UBTService_BlueprintBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
AIModule
UBTService_BlueprintBase ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTService_BlueprintBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h
When service receives Deactivation event, all latent actions associated this instance are being removed. This prevents from resuming activity started by Activation, but does not handle external events. Please use them safely (unregister at abort) and callIsServiceActive()when in doubt.
AIModule
class UBTService_BlueprintBase : public [UBTService](API\Runtime\AIModule\BehaviorTree\UBTService)
[ { "type": "TObjectPtr<AAc...", "name": "ActorOwner", "description": "Cached actor owner of BehaviorTreeComponent." }, { "type": "TObjectPtr<AAI...", "name": "AIOwner", "description": "Cached AIController owner of BehaviorTreeComponent." }, { "type": "uint32: 1", "name": "bShowEventDetails", "description": "Show detailed information about implemented events" }, { "type": "uint32: 1", "name": "bShowPropertyDetails", "description": "Show detailed information about properties" }, { "type": "FString", "name": "CustomDescription", "description": "" }, { "type": "TArray<FProper...", "name": "PropertyData", "description": "Properties with runtime values, stored only in class default object" }, { "type": "uint32: 2", "name": "ReceiveActivationImplementations", "description": "Set if ReceiveActivation is implemented by blueprint" }, { "type": "uint32: 2", "name": "ReceiveDeactivationImplementations", "description": "Set if ReceiveDeactivation is implemented by blueprint" }, { "type": "uint32: 2", "name": "ReceiveSearchStartImplementations", "description": "Set if ReceiveSearchStart is implemented by blueprint" }, { "type": "uint32: 2", "name": "ReceiveTickImplementations", "description": "Set if ReceiveTick is implemented by blueprint" } ]
UBTService_DefaultFocus::GetInstanceMemorySize
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
Size of instance memory
AIModule
virtual uint16 GetInstanceMemorySize() const
[]
UBTService_DefaultFocus::GetNodeIconName
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
Get the name of the icon used to display this node in the editor
AIModule
virtual [FName](API\Runtime\Core\UObject\FName) GetNodeIconName() const
[]
UBTService_DefaultFocus::GetStaticDescription
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
string containing description of this node with all setup values
AIModule
virtual [FString](API\Runtime\Core\Containers\FString) GetStaticDescription() const
[]