UGameplayCueInterface

Interface for actors that wish to handle GameplayCue events from GameplayEffects.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueInterface.h

Include

#include "GameplayCueInterface.h"

Syntax

class UGameplayCueInterface : public UInterface

Remarks

Interface for actors that wish to handle GameplayCue events from GameplayEffects. Native only because blueprints can't implement interfaces with native functions

Constructors

Name Description

Public function

UGameplayCueInterface

(
    const FObjectInitializer& ObjectIn...
)