Navigation
API > API/Plugins > API/Plugins/GameplayInsights
| |
|
| Name |
FWorldInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/Animation/GameplayInsights/Source/GameplayInsights/Public/IGameplayProvider.h |
| Include Path |
#include "IGameplayProvider.h" |
Syntax
struct FWorldInfo
Enums
Public
| Name |
Remarks |
| ENetMode |
Types of net modes that we know about - synced with EngineBaseTypes.h |
| EType |
Types of worlds that we know about - synced with EngineTypes.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsSimulating |
bool |
|
IGameplayProvider.h |
|
| Id |
uint64 |
|
IGameplayProvider.h |
|
| NetMode |
ENetMode |
|
IGameplayProvider.h |
|
| PIEInstanceId |
int32 |
|
IGameplayProvider.h |
|
| Type |
EType |
|
IGameplayProvider.h |
|