|
| | DEFINE_LOG_CATEGORY (LogClusterUnion) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::AddComponentToCluster"), STAT_ClusterUnionComponent_AddComponentToCluster, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::RemoveComponentFromCluster"), STAT_ClusterUnionComponent_RemoveComponentFromCluster, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::SyncClusterUnionFromProxy"), STAT_ClusterUnionComponent_SyncClusterUnionFromProxy, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::LineTraceComponentMulti"), STAT_ClusterUnionComponentLineTraceComponentMulti, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::SweepComponentMulti"), STAT_ClusterUnionComponentSweepComponentMulti, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::LineTraceComponentSingle"), STAT_ClusterUnionComponentLineTraceComponentSingle, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::SweepComponentSingle"), STAT_ClusterUnionComponentSweepComponentSingle, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::OverlapComponentWithResult"), STAT_ClusterUnionComponentOverlapComponentWithResult, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("UClusterUnionComponent::ComponentOverlapComponentWithResultImpl"), STAT_ClusterUnionComponentComponentOverlapComponentWithResultImpl, STATGROUP_Chaos) |
| |