Navigation
API > API/Plugins > API/Plugins/GameplayInteractionsModule > API/Plugins/GameplayInteractionsModule/IGameplayInteractionsModule
Description
Checks to see if this module is loaded and ready. It is only valid to call Get() if IsAvailable() returns true.
| Name | IsAvailable |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayInteractions/Source/GameplayInteractionsModule/Public/GameplayInteractionsModule.h |
| Include Path | #include "GameplayInteractionsModule.h" |
| Source | /Engine/Plugins/Runtime/GameplayInteractions/Source/GameplayInteractionsModule/Private/GameplayInteractionsModule.cpp |
static bool IsAvailable()
True if the module is loaded and ready to use