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.

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.

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