BeginCreateGPUSpriteResources

Allocates memory to hold GPU sprite resources and begins the resource initialization process.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/FXSystem.h

Include

#include "FXSystem.h"

Source

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

Syntax

FGPUSpriteResources * BeginCreateGPUSpriteResources
(
    const FGPUSpriteResourceData & InResourceData
)

Remarks

Allocates memory to hold GPU sprite resources and begins the resource initialization process.

Returns

a pointer to sprite resources.

Parameters

Parameter

Description

InResourceData

The data with which to create resources.

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