FNiagaraSceneProxy::CreateRenderThreadResources

Called when the rendering thread adds the proxy to the scene.

Windows
MacOS
Linux

Override Hierarchy

FPrimitiveSceneProxy::CreateRenderThreadResources()

FNiagaraSceneProxy::CreateRenderThreadResources()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h

Include

#include "NiagaraComponent.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp

Syntax

virtual void CreateRenderThreadResources()

Remarks

Called when the rendering thread adds the proxy to the scene. This function allows for generating renderer-side resources. Called in the rendering thread.

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