36 FName FirstSocketName;
40 FName SecondSocketName;
53 FName WidthScaleCurve;
56 uint32 bRecycleSpawnedSystems:1;
58#if WITH_EDITORONLY_DATA
61 uint32 bRenderGeometry : 1;
65 uint32 bRenderSpawnPoints : 1;
69 uint32 bRenderTangents : 1;
73 uint32 bRenderTessellation : 1;
77 ENGINE_API UParticleSystemComponent* GetParticleSystemComponent(USkeletalMeshComponent*
MeshComp)
const;
79 UE_DEPRECATED(5.0,
"Please use the other NotifyBegin function instead")
81 UE_DEPRECATED(5.0,
"Please use the other NotifyTick function instead")
83 UE_DEPRECATED(5.0,
"Please use the other NotifyEnd function instead")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ParticleSystem.h:160