Navigation
API > API/Runtime > API/Runtime/CoreUObject
Structure to hold information about an external packages objects used in cross-level references
| Name | FLevelGuids |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LevelGuids.h |
| Include Path | #include "UObject/LevelGuids.h" |
Syntax
struct FLevelGuids
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Guids | TArray< FGuid > | Array of Guids possible in the other level (can be emptied out if all references are resolved after level load) | UObject/LevelGuids.h | |
| LevelName | FName | Name of the external level | UObject/LevelGuids.h |