FNiagaraMeshVertexFactory::Copy

Uint8* LockPreviousTransformBuffer(uint32 ParticleCount); void UnlockPreviousTransformBuffer(); FRHIShaderResourceView* GetPreviousTransformBufferSRV() const; Copy the data from another vertex factory

Windows
MacOS
Linux

References

Module

NiagaraVertexFactories

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Public/NiagaraMeshVertexFactory.h

Include

#include "NiagaraMeshVertexFactory.h"

Syntax

void Copy
(
    const FNiagaraMeshVertexFactory & Other
)

Remarks

Uint8* LockPreviousTransformBuffer(uint32 ParticleCount); void UnlockPreviousTransformBuffer(); FRHIShaderResourceView* GetPreviousTransformBufferSRV() const; Copy the data from another vertex factory

Parameters

Parameter

Description

Other

factory to copy from

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