Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FEntityBuilder
Description
Copies all element types and values stored by the entity indicated by SourceEntityHandle. Any existing builder data will be overridden
| Name | CopyDataFromEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityBuilder.h |
| Include Path | #include "MassEntityBuilder.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityBuilder.cpp |
bool CopyDataFromEntity
(
const FMassEntityHandle SourceEntityHandle
)
whether the operation was successful
Parameters
| Name | Remarks |
|---|---|
| SourceEntityHandle | valid handle for a fully constructed, built entity. |