diff --git a/Mods/ExampleMod/Config/AccessTransformers.ini b/Mods/ExampleMod/Config/AccessTransformers.ini index 35f0eee0d0..cf9ce0076a 100644 --- a/Mods/ExampleMod/Config/AccessTransformers.ini +++ b/Mods/ExampleMod/Config/AccessTransformers.ini @@ -9,3 +9,9 @@ BlueprintReadWrite=(Class="/Script/FactoryGame.FGResourceNodeFrackingSatellite", ; Used by ExampleMod schematic CDO example BlueprintReadWrite=(Class="/Script/FactoryGame.FGSchematic", Property="mUnlocks") BlueprintReadWrite=(Class="/Script/FactoryGame.FGUnlockRecipe", Property="mRecipes") + +; Used by ExampleIconLibrary +EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="ID") +EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="IconType") +EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="ItemDescriptor") +EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="DisplayNameOverride") diff --git a/Mods/ExampleMod/Content/Data/ExampleModIcons.uasset b/Mods/ExampleMod/Content/Data/ExampleModIcons.uasset new file mode 100644 index 0000000000..8f0d8f120b Binary files /dev/null and b/Mods/ExampleMod/Content/Data/ExampleModIcons.uasset differ