FActiveGameplayEffectIterator

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->()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss