Navigation
API > API/Plugins > API/Plugins/GameplayInsights > API/Plugins/GameplayInsights/FWorldInfo
Types of worlds that we know about - synced with EngineTypes.h
| Name | EType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/GameplayInsights/Source/GameplayInsights/Public/IGameplayProvider.h |
| Include Path | #include "IGameplayProvider.h" |
Syntax
enum EType
{
None,
Game,
Editor,
PIE,
EditorPreview,
GamePreview,
GameRPC,
Inactive,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Game | |
| Editor | |
| PIE | |
| EditorPreview | |
| GamePreview | |
| GameRPC | |
| Inactive |