Navigation
API > API/Plugins > API/Plugins/GameplayAbilities
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/ActiveGameplayEffectIterator.h |
| Include | #include "ActiveGameplayEffectIterator.h" |
Syntax
template<typename ElementType, typename ContainerType>
class FActiveGameplayEffectIterator
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActiveGameplayEffectIterator
(
const ContainerType& InContainer, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| ElementType & | operator* () |
||
| void | operator++ () |
||
| ElementType * | operator-> () |