Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryActors/EditorGeometryGenerationSubsystem.h |
Include |
#include "GeometryActors/EditorGeometryGenerationSubsystem.h" |
UCLASS()
class UEditorGeometryGenerationManager :
public UObject,
public FTickableEditorObject
UEditorGeometryGenerationManager is a class used by UEditorGeometryGenerationSubsystem to store registrations and provide a Tick()
Name | Description | ||
---|---|---|---|
|
ActiveGeneratedActors |
Name | Description | ||
---|---|---|---|
|
RegisterGeneratedMeshActor ( |
||
|
Shutdown() |
||
|
UnregisterGeneratedMeshActor ( |
Name | Description | ||
---|---|---|---|
|
GetStatId() |
Return the stat id to use for this tickable |
|
|
ETickableTic... |
GetTickableTickType() |
Virtual that can be overloaded by the inheriting class. |
|
IsTickable() |
Virtual that can be overloaded by the inheriting class. |
|
|
Tick ( |
Pure virtual that must be overloaded by the inheriting class. |