FNDIHairStrandsProxy

Proxy to send data to gpu

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HairStrandsCore

Header

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/Niagara/NiagaraDataInterfaceHairStrands.h

Include

#include "Niagara/NiagaraDataInterfaceHairStrands.h"

Syntax

struct FNDIHairStrandsProxy : public FNiagaraDataInterfaceProxy

Remarks

Proxy to send data to gpu

Variables

Name Description

Public variable

TMap< FNiagaraS...

 

SystemInstancesToProxyData

List of proxy data for each system instances

Functions

Name Description

Public function

void

 

DestroyPerInstanceData

(
    NiagaraEmitterInstanceBatcher*...,
    const FNiagaraSystemInstanceID& Sy...
)

Destroy the proxy data if necessary

Public function

void

 

InitializePerInstanceData

(
    const FNiagaraSystemInstanceID& Sy...
)

Initialize the Proxy data strands buffer

Overridden from FNiagaraDataInterfaceProxy

Name Description

Public function Virtual

void

 

ConsumePerInstanceDataFromGameThread

(
    void* PerInstanceData,
    const FNiagaraSystemInstanceID& In...
)

Get the data that will be passed to render

Public function Virtual Const

int32

 

PerInstanceDataPassedToRenderThreadSize()

Get the size of the data that will be passed to render

Public function Virtual

void

 

PreStage

(
    FRHICommandList& RHICmdList,
    const FNiagaraDataInterfaceStageArg...
)

Launch all pre stage functions

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