Navigation
API > API/Plugins > API/Plugins/MassGameplayExternalTraits
Inheritance Hierarchy
- IModuleInterface
- IMassGameplayExternalTraitsModule
References
| Module | MassGameplayExternalTraits |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassGameplayExternalTraits/Public/IMassGameplayExternalTraitsModule.h |
| Include | #include "IMassGameplayExternalTraitsModule.h" |
Syntax
class IMassGameplayExternalTraitsModule : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMassGameplayExternalTraitsModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |