UParticleSystemComponent::GetNameForMaterial

Returns the name associated with the passed in material, returns NAME_None if it is not found

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h

Include

#include "Particles/ParticleSystemComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp

Syntax

virtual FName GetNameForMaterial
(
    UMaterialInterface * InMaterial
) const

Remarks

Returns the name associated with the passed in material, returns NAME_None if it is not found

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