|
override bool | CanSetParent (SCR_EditableEntityComponent parentEntity, EEditableEntityType parentType, EEditableEntityFlag parentFlags, EEditableEntityInteractionFlag interactionFlags=int.MAX) |
| Check if the entity can be moved to a parent with given params.
|
|
void | SCR_EditableAttachableEntityInteraction () |
|
sealed bool | CanSetParent (SCR_EditableEntityComponent parentEntity, EEditableEntityInteractionFlag interactionFlags=int.MAX) |
| Check if the entity can be moved to intended parent.
|
|
bool | CanSetParent (EEditableEntityType parentType, EEditableEntityFlag parentFlags, EEditableEntityInteractionFlag interactionFlags=int.MAX) |
| Check if the entity can be moved to a parent with given params.
|
|
bool | CanSetParent (SCR_EditableEntityComponent parentEntity, EEditableEntityType parentType, EEditableEntityFlag parentFlags, EEditableEntityInteractionFlag interactionFlags=int.MAX) |
| Check if the entity can be moved to a parent with given params.
|
|
bool | CanCreateParentFor (EEditableEntityType newLayerType, EEditableEntityFlag newLayerFlags, SCR_EditableEntityComponent parentEntity, bool CheckParentEntity=true) |
| Check if new layer can be created for entity.
|
|
|
static const int | ROOT = -1 |
|
◆ SCR_EditableAttachableEntityInteraction()
void SCR_EditableAttachableEntityInteraction.SCR_EditableAttachableEntityInteraction |
( |
| ) |
|
◆ CanSetParent()
Check if the entity can be moved to a parent with given params.
Only called if m_bCanRefParent is set to true
- Parameters
-
parentEntity | New parent. Null when evaluating root. |
parentType | Type of the new parent, use SCR_EditableEntityInteraction.ROOT if it§s root of editable entities. |
parentFlags | Flags of the new parent \params interactionFlags Flags defining details about the interaction (all are enabled if undefined) |
- Returns
- True if interaction is possible
Implements SCR_EditableEntityInteraction.
◆ m_aAttachableTypes
The documentation for this interface was generated from the following file:
- Game/Editor/Containers/Interactions/SCR_EditableAttachableEntityInteraction.c