benui-dev / UE-Specifier-Docs

YAML files used for Unreal Engine specifier docs on benui.ca
Apache License 2.0
56 stars 23 forks source link

Add 5.1 Getter/Setter #6

Open benui-dev opened 1 year ago

benui-dev commented 1 year ago

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 with details panels, blueprints and sequencer but won't do anything with C++ or if someone directly modifies the property with ContainerPtrToValuePtr. If you don't specify a function name for Getter and Setter it will look for functions called Get and Set respectively

benui-dev commented 1 year ago

https://github.com/EpicGames/UnrealEngine/blob/5.1/Engine/Source/Runtime/UMG/Public/Components/ProgressBar.h