#include "RuntimeMeshLibrary.h"
#include "RuntimeMeshComponentPlugin.h"
#include "RuntimeMeshComponent.h"
#include "EngineGlobals.h"
#include "Logging/TokenizedMessage.h"
#include "Logging/MessageLog.h"
#include "Misc/UObjectToken.h"
#include "StaticMeshResources.h"
#include "Engine/StaticMesh.h"
#include "RuntimeMeshInternalUtilities.h"
#include "RuntimeMeshTessellationUtilities.h"
#include "PhysicsEngine/BodySetup.h"
Go to the source code of this file.
|
| DECLARE_CYCLE_STAT (TEXT("RML - Copy Static Mesh to Runtime Mesh"), STAT_RuntimeMeshLibrary_CopyStaticMeshToRuntimeMesh, STATGROUP_RuntimeMesh) |
|
| DECLARE_CYCLE_STAT (TEXT("RML - Calculate Tangents For Mesh"), STAT_RuntimeMeshLibrary_CalculateTangentsForMesh, STATGROUP_RuntimeMesh) |
|
| DECLARE_CYCLE_STAT (TEXT("RML - Get Static Mesh Section"), STAT_RuntimeMeshLibrary_GetStaticMeshSection, STATGROUP_RuntimeMesh) |
|
#define LOCTEXT_NAMESPACE "RuntimeMeshLibrary" |
DECLARE_CYCLE_STAT |
( |
TEXT("RML - Copy Static Mesh to Runtime Mesh") |
, |
|
|
STAT_RuntimeMeshLibrary_CopyStaticMeshToRuntimeMesh |
, |
|
|
STATGROUP_RuntimeMesh |
|
|
) |
| |
DECLARE_CYCLE_STAT |
( |
TEXT("RML - Calculate Tangents For Mesh") |
, |
|
|
STAT_RuntimeMeshLibrary_CalculateTangentsForMesh |
, |
|
|
STATGROUP_RuntimeMesh |
|
|
) |
| |
DECLARE_CYCLE_STAT |
( |
TEXT("RML - Get Static Mesh Section") |
, |
|
|
STAT_RuntimeMeshLibrary_GetStaticMeshSection |
, |
|
|
STATGROUP_RuntimeMesh |
|
|
) |
| |