IAccessibleProperty::IsPassword

Check if this text is storing password data, indicating that it may need special handling to presenting itself to the user.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual bool IsPassword() const

Remarks

Check if this text is storing password data, indicating that it may need special handling to presenting itself to the user.

Returns

true if the text is storing a password or otherwise senstive data that should be hidden.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss