FStaticMeshGpuSpawnBuffer

Used to stored GPU data needed for an interface/mesh tuple (e.g. uniform sampling of sections according to mesh surface area).

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FStaticMeshGpuSpawnBuffer

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceStaticMesh.h

Include

#include "NiagaraDataInterfaceStaticMesh.h"

Syntax

class FStaticMeshGpuSpawnBuffer : public FRenderResource

Remarks

Used to stored GPU data needed for an interface/mesh tuple (e.g. uniform sampling of sections according to mesh surface area).

Variables

Destructors

Name Description

Public function Virtual

~FStaticMeshGpuSpawnBuffer()

Functions

Overridden from FRenderResource

Name Description

Public function Virtual Const

FString

 

GetFriendlyName()

Public function Virtual

void

 

InitRHI()

Initializes the RHI resources used by this resource.

Public function Virtual

void

 

ReleaseRHI()

Releases the RHI resources used by this resource.

Classes

Name

Description

Protected struct

SectionInfo

We could separate probabilities from the triangle information when UE supports R32G32 buffer. For pack it all in a uint RGBA32 format.

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