Firebase Login Pro
  • Welcome To Firebase Login Pro
  • Getting Started
    • Introduce
    • Firebase
    • Setup Unreal Database
  • Tutorial
    • Show All Function
    • On Completed Delegate
    • Utils
      • Login with Mail
      • Register with Email
      • Update User Profile
    • Validation
      • Generate Captcha
      • Is Valid Email
      • Validate String against Enum
      • Is String Length Valid
      • Is User Email Verify
    • Variable
      • Get Id Token (dev)
      • Get User Data
      • Other function
    • Database
      • Write User Database
      • Get User Database
      • Write User Database With Special Key
      • Get User Database With Special Key
    • Saving
    • Mail
      • Change Email
      • Send Verify Email
    • LogOut
    • Clipboard
  • Extra
    • In Dev Tips
    • Extra
  • Other
    • Integrate With Discord Login Pro
    • Discord
Powered by GitBook
On this page
  • Input Type
  • Output Type
  • Example ( same with login system pro )
  • Default
  • Custom font & not random color
  1. Tutorial
  2. Validation

Generate Captcha

PreviousValidationNextIs Valid Email

Last updated 6 months ago

Input Type

  • Validation Type

    • Any - Random with AlphaNumericWithSymbolsAndUpper

    • Alpha - Alphabetic

    • Number - Numeric

    • AlphaNumeric - Alphabetic + Numeric

    • AlphaNumericWithSymbols - Alphabetic + Numeric + Symbol

    • AlphaNumericWithSymbolsAndUpper - Alphabetic + Numeric + Symbol + Uppercase

  • Use Custom Font - if input Font Settings

  • Font Settings - same with game font settings info

  • Use Random Color - if false will use black color , if true will use random with linear color

  • Length - captcha generate letters length

  • Width - texture 2d width , recommend use blurly

  • Height - texture 2d height , also recommend use blurly , like the captcha

Output Type

  • Captcha Text - is let you to make equals string

  • Captcha Texture - Set brush with texture to image or border

Example ( same with login system pro )

Default

Custom font & not random color