Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshComponentRecreateRend-
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/StaticMeshResources.h |
Include | #include "StaticMeshResources.h" |
Source | /Engine/Source/Runtime/Engine/Private/StaticMeshResources.cpp |
const TArray< UStaticMeshComponent &42; > & GetComponentsUsingMesh
&40;
UStaticMesh &42; StaticMesh
&41; const
Remarks
Get all static mesh components that are using the provided static mesh.
Will only work using the static meshes provided at construction. An reference to an array of static mesh components that are using this mesh.
Parameters
Name | Description |
---|---|
StaticMesh | The static mesh from which you want to obtain a list of components. |