UParticleModuleLocationBoneSocket::GetSkeletalMeshComponentSource

Retrieve the skeletal mesh component source to use for the current emitter instance.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h

Include

#include "Particles/Location/ParticleModuleLocationBoneSocket.h"

Source

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

Syntax

void GetSkeletalMeshComponentSource
(
    FParticleEmitterInstance * Owner,
    FModuleLocationBoneSocketInstancePayload * InstancePayload
)

Remarks

Retrieve the skeletal mesh component source to use for the current emitter instance.

Returns

USkeletalMeshComponent* The skeletal mesh component to use as the source

Parameters

Parameter

Description

Owner

The particle emitter instance that is being setup

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