Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/FGameplayEffectAttributeCaptureS-
Description
Attempts to populate the specified aggregator with a snapshot of the backing captured aggregator. Can fail if the spec doesn't have a valid capture yet.
| Name | AttemptGetAttributeAggregatorSnapshot |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffect.h |
| Include Path | #include "GameplayEffect.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayEffect.cpp |
bool AttemptGetAttributeAggregatorSnapshot
(
FAggregator & OutAggregatorSnapshot
) const
True if the aggregator was successfully snapshotted, false if it was not
Parameters
| Name | Remarks |
|---|---|
| OutAggregatorSnapshot | [OUT] Snapshotted aggregator, if possible |