FGeomCacheVertexFactory::Init_RenderThread

Init function that should only be called on render thread.

Windows
MacOS
Linux

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h

Include

#include "GeometryCacheSceneProxy.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheSceneProxy.cpp

Syntax

void Init_RenderThread
(
    const FVertexBuffer * PositionBuffer,
    const FVertexBuffer * MotionBlurDataBuffer,
    const FVertexBuffer * TangentXBuffer,
    const FVertexBuffer * TangentZBuffer,
    const FVertexBuffer * TextureCoordinateBuffer,
    const FVertexBuffer * ColorBuffer
)

Remarks

Init function that should only be called on render 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