Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > SubUV > UParticleModuleSubUVMovie
- UParticleModule::GetCurveObjects()
- UParticleModuleSubUVMovie::GetCurveObjects()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h |
Include | #include "Particles/SubUV/ParticleModuleSubUVMovie.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual void GetCurveObjects
&40;
TArray< FParticleCurvePair > & OutCurves
&41;
Remarks
Fill an array with each Object property that fulfills the FCurveEdInterface interface.
Parameters
Name | Description |
---|---|
OutCurve | The array that should be filled in. |