Navigation
API > API/Plugins > API/Plugins/ClonerEffector
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/CEClonerEffectorShared.h |
| Include | #include "CEClonerEffectorShared.h" |
Syntax
USTRUCT ()
struct FCEClonerAttachmentTree
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< TWeakObjectPtr< AActor > > | DirtyItemAttachments | Attachment items that are dirty and need an update | |
| TMap< TWeakObjectPtr< AActor >, FCEClonerAttachmentItem > | ItemAttachmentMap | All cloner attached actor items | |
| TArray< TObjectPtr< UStaticMesh > > | MergedBakedMeshes | Merged static meshes corresponding to the root actors for niagara, result of merging dynamic meshes together | |
| TArray< TWeakObjectPtr< AActor > > | RootActors | Actors directly attached to the cloner actor, order is important here | |
| ECEClonerAttachmentStatus | Status | Status of the cloner tree |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |