Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueNotifyTypes.h |
Include |
#include "GameplayCueNotifyTypes.h" |
enum EGameplayCueNotify_EffectPlaySpace
{
WorldSpace,
CameraSpace,
}
Name |
Description |
---|---|
WorldSpace |
Play the effect in world space. |
CameraSpace |
Play the effect in camera space. |
EGameplayCueNotify_EffectPlaySpace
Used by some effects (like camera shakes) to specify what coordinate space the they should be applied in.