Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h |
Include |
#include "Particles/SubUV/ParticleModuleSubUVMovie.h" |
class UParticleModuleSubUVMovie : public UParticleModuleSubUV
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bUseEmitterTime |
If true, use the emitter time to look up the frame rate. |
|
FrameRate |
The frame rate the SubUV images should be 'flipped' thru at. |
|
|
StartingFrame |
The starting image index for the SubUV (1 = the first frame). |
Name | Description | |
---|---|---|
|
UParticleModuleSubUVMovie ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
float |
DetermineImageIndex ( |
Determine the current image index to use... |
Name | Description | ||
---|---|---|---|
|
GetCurveObjects ( |
Fill an array with each Object property that fulfills the FCurveEdInterface interface. |
|
|
RequiredBytes ( |
Returns the number of bytes that the module requires in the particle payload block. |
|
|
SetToSensibleDefaults ( |
For Cascade. |
|
|
Spawn ( |
Called on a particle that is freshly spawned by the emitter. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |