Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/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
(
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. 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. |