Navigation
API > API/Runtime > API/Runtime/PreLoadScreen > API/Runtime/PreLoadScreen/FPreLoadSettingsContainerBase
Description
Helper function to parse all .ini entries for LoadingGroups and ScreenOrder. Do these together so we can assert if we don't find a matching LoadingGroup identifier in the config. Should be run after we parse all screen groupings
| Name | ParseLoadingGroups |
| Type | function |
| Header File | /Engine/Source/Runtime/PreLoadScreen/Public/PreLoadSettingsContainer.h |
| Include Path | #include "PreLoadSettingsContainer.h" |
| Source | /Engine/Source/Runtime/PreLoadScreen/Private/PreLoadSettingsContainer.cpp |
virtual void ParseLoadingGroups
(
TArray < FString > & LoadingGroupIdentifiers
)