Navigation
API > API/Plugins > API/Plugins/GeometryScriptingEditor > API/Plugins/GeometryScriptingEditor/GeometryActors
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEditorGeometryGenerationManager
References
| Module | GeometryScriptingEditor |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryActors/EditorGeometryGenerationSubsystem.h |
| Include | #include "GeometryActors/EditorGeometryGenerationSubsystem.h" |
Syntax
UCLASS&40;&41;
class UEditorGeometryGenerationManager :
public UObject,
public FTickableEditorObject
Remarks
UEditorGeometryGenerationManager is a class used by UEditorGeometryGenerationSubsystem to store registrations and provide a Tick()
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< AGeneratedDynamicMeshActor * > | ActiveGeneratedActors |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Shutdown () |
||
| void |
Overridden from FTickableObjectBase
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
Return the stat id to use for this tickable | |
| ETickableTickType | Virtual that can be overloaded by the inheriting class. | ||
| bool | IsTickable () |
Virtual that can be overloaded by the inheriting class. | |
| void | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |