UParticleModule::GetDistributionNotAllowedOnGPUText

Generates the [FText](API\Runtime\Core\Internationalization\FText) to display to the user informing them that a module is using a distribution that is not allowed on GPU emitters.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h

Include

#include "Particles/ParticleModule.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp

Syntax

static FText GetDistributionNotAllowedOnGPUText
(
    const FString & ModuleName,
    const FString & PropertyName
)

Remarks

Generates the FText to display to the user informing them that a module is using a distribution that is not allowed on GPU emitters.

Returns

FText The generated FText.

Parameters

Parameter

Description

ModuleName

The name of the module the distribution is in.

PropertyName

The name of the distribution's property.