FGeomCacheVertexFactory::Init

Init function that can be called on any thread, and will do the right thing (enqueue command if called on main 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
(
    const FVertexBuffer * PositionBuffer,
    const FVertexBuffer * MotionBlurDataBuffer,
    const FVertexBuffer * TangentXBuffer,
    const FVertexBuffer * TangentZBuffer,
    const FVertexBuffer * TextureCoordinateBuffer,
    const FVertexBuffer * ColorBuffer
)

Remarks

Init function that can be called on any thread, and will do the right thing (enqueue command if called on main 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