Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
References
| Module | AvalancheEditorCore |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheEditorCore/Public/AvaEditorPastedActor.h |
| Include | #include "AvaEditorPastedActor.h" |
Syntax
class FAvaEditorPastedActor
Remarks
Data struct used by the editor and its extensions to process a pasted actor
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaEditorPastedActor
(
AActor* InActor, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TMap< AActor *, AActor * > | BuildDuplicatedActorMap
(
TConstArrayView< FAvaEditorPastedActor > InPastedActors |
Helper to build a map of the template actor to its duplicated actor | |
| TMap< FName, AActor * > | BuildPastedActorMap
(
TConstArrayView< FAvaEditorPastedActor > InPastedActors, |
Helper to build a map of the original actor name to its created actor on paste | |
| AActor * | GetActor () |
||
| const TSoftObjectPtr< AActor > & | |||
| bool | IsDuplicate () |