Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Profilers
Inheritance Hierarchy
- TSharedFromThis< FActorModifierCoreProfiler >
- FActorModifierCoreProfiler
- FAvaGeometryModifierProfiler
- FAvaBooleanModifierProfiler
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Profilers/AvaGeometryModifierProfiler.h |
| Include | #include "Profilers/AvaGeometryModifierProfiler.h" |
Syntax
class FAvaGeometryModifierProfiler : public FActorModifierCoreProfiler
Remarks
Modifier profiler used by geometry modifiers
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetEdgeIn () |
||
| int32 | GetEdgeOut () |
||
| int32 | |||
| int32 | |||
| int32 | GetVertexIn () |
||
| int32 | GetVertexOut () |
Overridden from FActorModifierCoreProfiler
| Type | Name | Description | |
|---|---|---|---|
| void | Override this in child classes to measure initial stats, called before modifier is applied | ||
| void | EndProfiling () |
Override this in child classes to measure final stats, called after modifier is applied | |
| TSet< FName > | Gets the main stats to display and hide the others | ||
| void | Override this in child classes to setup stats being measured by the profiler |
Constants
| Name | Description |
|---|---|
| EdgeInName | |
| EdgeOutName | |
| TriangleInName | |
| TriangleOutName | |
| VertexInName | |
| VertexOutName |