Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityView
Description
If the given handle represents a valid entity the function will create a FMassEntityView just like a constructor would. If the entity is not valid the produced view will be "unset".
| Name | TryMakeView |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityView.h |
| Include Path | #include "MassEntityView.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityView.cpp |
static FMassEntityView TryMakeView
(
const FMassEntityManager & EntityManager,
FMassEntityHandle Entity
)