IGameplayAbilitiesModule::Get

Singleton-like access to this module's interface.

Choose your operating system:

Windows

macOS

Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayAbilitiesModule.h

Include

#include "GameplayAbilitiesModule.h"

Syntax

static IGameplayAbilitiesModule & Get()

Remarks

Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.

Returns

Returns singleton instance, loading the module on demand if needed