FCulture::GetPluralForm

Get the correct plural form to use for the given number

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Culture.h

Include

#include "Internationalization/Culture.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/Culture.cpp

Syntax

ETextPluralForm GetPluralForm
(
    int32 Val,
    const ETextPluralType PluralType
) const

Remarks

Get the correct plural form to use for the given number

Parameters

Parameter

Description

PluralType

The type of plural form to get (cardinal or ordinal)

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