Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleModule
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 |
static FText GetDistributionNotAllowedOnGPUText
&40;
const FString & ModuleName,
const FString & PropertyName
&41;
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. FText The generated FText.
Parameters
Name | Description |
---|---|
ModuleName | The name of the module the distribution is in. |
PropertyName | The name of the distribution's property. |