UParticleModuleSubUVMovie::GetCurveObjects

Fill an array with each Object property that fulfills the [FCurveEdInterface](API\Runtime\Core\Math\FCurveEdInterface) interface.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void GetCurveObjects
(
    TArray< FParticleCurvePair > & OutCurves
)

Remarks

Fill an array with each Object property that fulfills the FCurveEdInterface interface.

Parameters

Parameter

Description

OutCurve

The array that should be filled in.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss