benui
benui
### Flavor _No response_ ### Export format _No response_ ### Details It would be useful if the exporter allowed the option of replacing all usernames with anonymized alternatives. There could...
I'm trying to compile in Windows and I hit the following error: ```cpp cpptoml.h(570): error C2280: 'std::shared_ptr std::dynamic_pointer_cast(const std::shared_ptr &) noexcept': attempting to reference a deleted function ``` Is there...
Creating a new ticket as the old one was closed https://github.com/segross/UnrealImGui/issues/49 I read the description of input sharing and the issues with mouse being that there is an ImGui Slate...
``` Warning LogAutomationTest LogClass: Property StructProperty ASomeClass::GameMap defines MetaData key "AllowedClasses" which contains short type name "World". Suggested pathname: "/Script/Engine.World". Module:MyProject File:Core/SomeClass.h ``` Looks like AllowedClasses now wants path names...
Make a new metadata entry in the left column making it clear if an entry is inherited by child classes or not. It's in the official documentation, but pulling it...
Something like this ``` https://github.com/benui-dev/UE-Specifier-Docs/issues/new?assignees=benui-dev&labels=documentation&template=documentation-error.md&title=%5BBUG%5D+Missing+%28tag%29 ```
From @MrHibbitts and @Ben on Unreal Slackers: > Getter and Setter are the newer version of BlueprintGetter and BlueprintSetter that's meant to be supported more widely, currently it should work...