Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Modules/Location/ParticleModulePivotOffset.h |
Include |
#include "Particles/Modules/Location/ParticleModulePivotOffset.h" |
class UParticleModulePivotOffset : public UParticleModuleLocationBase
Name | Description | ||
---|---|---|---|
|
PivotOffset |
Offset applied in UV space to the particle vertex positions. |
Name | Description | |
---|---|---|
|
UParticleModulePivotOffset ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
CompileModule ( |
Called once to compile the effects of this module on runtime simulation. |
|
|
IsValidForLODLevel ( |
Returns true if the module is valid for the provided LOD level. |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |