3#include <Foundation/Basics.h>
4#include <Foundation/Containers/Set.h>
5#include <Foundation/Reflection/Reflection.h>
6#include <Foundation/Strings/String.h>
13 static constexpr const plStringView s_sConfigFile =
":project/RuntimeConfigs/Plugins.ddl"_plsv;
24 bool m_bLoadCopy =
false;
Definition PluginConfig.h:9
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
Definition PluginConfig.h:20
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54