Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Public/MassRepresentationSubsystem.h |
Include |
#include "MassRepresentationSubsystem.h" |
Source |
/Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Private/MassRepresentationSubsystem.cpp |
int16 FindOrAddStaticMeshDesc
(
const FStaticMeshInstanceVisualizationDesc & Desc
) const
Get the index of the static mesh visual type, will add a new one if does not exist
The index of the static mesh type
Parameter |
Description |
---|---|
Desc |
is the information for the static mesh that will be instantiated later via AddStaticMeshInstance() |