FActiveGameplayEffectIterator

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public function

FActiveGameplayEffectIterator

(
    const ContainerType& InContainer,
    int32 StartIdx
)

Destructors

Operators

Name Description

Public function Const

 

operator bool()

Public function Const

ElementType ...

 

operator*()

Public function

void

 

operator++()

Public function Const

ElementType ...

 

operator->()