UE-Specifier-Docs icon indicating copy to clipboard operation
UE-Specifier-Docs copied to clipboard

Add 5.1 Getter/Setter

Open benui-dev opened this issue 2 years ago • 1 comments

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<PropertyName> and Set<PropertyName> respectively

benui-dev avatar Jan 25 '23 13:01 benui-dev

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

benui-dev avatar Jan 25 '23 18:01 benui-dev