Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/FGameplayEffectAttributeCaptureS-
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffect.h |
| Include | #include "GameplayEffect.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayEffect.cpp |
bool AttemptGetAttributeAggregatorSnapshot
(
OUTFAggregator & OutAggregatorSnapshot
) const
Remarks
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. True if the aggregator was successfully snapshotted, false if it was not
Parameters
| Name | Description |
|---|---|
| OutAggregatorSnapshot | [OUT] Snapshotted aggregator, if possible |