Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleProperty
Description
How much the value should increase/decrease when the user attempts to modify the value using UI controls. Note: This should always return a positive value. The caller is responsible for negating it when attempting to decrease.
| Name | GetStepSize |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
virtual float GetStepSize() const
A number suggesting how much to modify GetValue() by when the user wants to increase/decrease the value.