AAIController::ClearFocus

Clears Focus for given priority, will also clear FocalPoint as a result

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/AIController.h

Include

#include "AIController.h"

Source

/Engine/Source/Runtime/AIModule/Private/AIController.cpp

Syntax

virtual void ClearFocus
(
    EAIFocusPriority::Type InPriority
)

Remarks

Clears Focus for given priority, will also clear FocalPoint as a result

Parameters

Parameter

Description

InPriority

focus priority to clear. If you don't know what to use you probably mean EAIFocusPriority::Gameplay

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