UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GameplayTaskOwnerInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
6#include "UObject/Interface.h"
7#include "GameplayTaskTypes.h"
8#include "GameplayTaskOwnerInterface.generated.h"
9
10class AActor;
11class UGameplayTask;
12class UGameplayTasksComponent;
13
14UINTERFACE(MinimalAPI, meta = (CannotImplementInterfaceInBlueprint))
19
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UINTERFACE(...)
Definition ObjectMacros.h:780
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition Actor.h:257
Definition GameplayTaskOwnerInterface.h:21
virtual void OnGameplayTaskInitialized(UGameplayTask &Task)
Definition GameplayTaskOwnerInterface.h:38
virtual void OnGameplayTaskActivated(UGameplayTask &Task)
Definition GameplayTaskOwnerInterface.h:41
virtual uint8 GetGameplayTaskDefaultPriority() const
Definition GameplayTaskOwnerInterface.h:35
virtual void OnGameplayTaskDeactivated(UGameplayTask &Task)
Definition GameplayTaskOwnerInterface.h:44
virtual AActor * GetGameplayTaskAvatar(const UGameplayTask *Task) const
Definition GameplayTaskOwnerInterface.h:32
virtual AActor * GetGameplayTaskOwner(const UGameplayTask *Task) const PURE_VIRTUAL(IGameplayTaskOwnerInterface
Definition GameplayTaskOwnerInterface.h:29
virtual UGameplayTasksComponent * GetGameplayTasksComponent(const UGameplayTask &Task) const PURE_VIRTUAL(IGameplayTaskOwnerInterface
Definition GameplayTaskOwnerInterface.h:26
Definition GameplayTaskOwnerInterface.h:16
Definition GameplayTask.h:146
Definition Interface.h:19
constexpr uint8 DefaultPriority
Definition GameplayTaskTypes.h:16