Load Static Mesh
Imports Static Mesh from asset. Outputs Mesh.

/**
* Node that loads a static mesh asset into the graph.
*
* Converts a UStaticMesh asset to a dynamic mesh for
* editing and processing in the graph.
*
* Usage:
* 1. Select a static mesh asset
* 2. Set LOD index
* 3. Output is the mesh data
*/Parameter
Description
Skeletal Mesh
USkeletalMesh
Selected Skeletal Mesh
Use Import Data
boolean
Whether to use import data or render data
LODIndex
integer
Selected LOD to load.
Last updated