EGameplayCueNotify_EffectPlaySpace

EGameplayCueNotify_EffectPlaySpace

Choose your operating system:

Windows

macOS

Linux

References

Module

GameplayAbilities

Header

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

Include

#include "GameplayCueNotifyTypes.h"

Syntax

enum EGameplayCueNotify_EffectPlaySpace
{
    WorldSpace,
    CameraSpace,
}

Values

Name

Description

WorldSpace

Play the effect in world space.

CameraSpace

Play the effect in camera space.

Remarks

EGameplayCueNotify_EffectPlaySpace

Used by some effects (like camera shakes) to specify what coordinate space the they should be applied in.