Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGPUBaseSkinVertexFactory > API/Runtime/Engine/FGPUBaseSkinVertexFactory/SetData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h |
| Include | #include "GPUSkinVertexFactory.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GPUSkinVertexFactory.cpp |
void SetData
(
const FGPUSkinDataType * InData
)
Remarks
An implementation of the interface used by TSynchronizedResource to update the resource with new data from the game thread.
Parameters
| Name | Description |
|---|---|
| InData | new stream component data |