FNDIVelocityGridProxy

Proxy to send data to gpu

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HairStrandsCore

Header

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

Include

#include "Niagara/NiagaraDataInterfaceVelocityGrid.h"

Syntax

struct FNDIVelocityGridProxy : public FNiagaraDataInterfaceProxyRW

Remarks

Proxy to send data to gpu

Variables

Name Description

Public variable

TMap< FNiagaraS...

 

SystemInstancesToProxyData

List of proxy data for each system instances

Overridden from FNiagaraDataInterfaceProxyRW

Name Description

Public function Virtual Const

FIntVector

 

GetElementCount

(
    FNiagaraSystemInstanceID SystemInst...
)

Get the element count for this instance.

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

 

PostStage

(
    FRHICommandList& RHICmdList,
    const FNiagaraDataInterfaceStageArg...
)

Launch all post stage functions

Public function Virtual

void

 

PreStage

(
    FRHICommandList& RHICmdList,
    const FNiagaraDataInterfaceStageArg...
)

Launch all pre stage functions

Public function Virtual

void

 

ResetData

(
    FRHICommandList& RHICmdList,
    const FNiagaraDataInterfaceArgs& C...
)

Reset the buffers

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