Navigation
API > API/Plugins > API/Plugins/GameplayAbilities
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueNotifyTypes.h |
| Include | #include "GameplayCueNotifyTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FGameplayCueNotify_CameraLensEffectInfo
Remarks
FGameplayCueNotify_CameraLensEffectInfo
Properties that specify how to play a camera lens effect.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bOverridePlacementInfo | If enabled, use the placement info override and not the default one. | |
| uint32: 1 | bOverrideSpawnCondition | If enabled, use the spawn condition override and not the default one. | |
| uint32: 1 | bPlayInWorld | If enabled, the camera lens effect will be played in the world and affect all players. | |
| TSubclassOf< AActor > | CameraLensEffect | Camera lens effect to play. | |
| FGameplayCueNotify_PlacementInfo | PlacementInfoOverride | Defines how the camera lens effect will be placed. | |
| FGameplayCueNotify_SpawnCondition | SpawnConditionOverride | Condition to check before playing the camera lens effect. | |
| float | WorldInnerRadius | Players inside this radius get the full intensity camera lens effect. | |
| float | WorldOuterRadius | Players outside this radius do not get the camera lens effect applied. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | PlayCameraLensEffect
(
const FGameplayCueNotify_SpawnContext& SpawnContext, |
||
| void | ValidateBurstAssets
(
const UObject* ContainingAsset, |