pub struct OnBlueprintSettingsPasted;Expand description
Called when a blueprint entity is pasted over an existing entity or entity ghost.
The entity’s settings, rotation, mirroring, wire connections, etc. may have been updated. This event is raised even if no settings actually changed.
Note this event is not raised when an entity is upgraded or marked for upgrade, when a new entity is created, or when an entity ghost is instantly revived. on_built_entity is raised instead in those cases.
Implementations§
Trait Implementations§
Source§impl Clone for OnBlueprintSettingsPasted
impl Clone for OnBlueprintSettingsPasted
Source§fn clone(&self) -> OnBlueprintSettingsPasted
fn clone(&self) -> OnBlueprintSettingsPasted
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnBlueprintSettingsPasted
Source§impl Debug for OnBlueprintSettingsPasted
impl Debug for OnBlueprintSettingsPasted
impl Eq for OnBlueprintSettingsPasted
impl StructuralPartialEq for OnBlueprintSettingsPasted
Auto Trait Implementations§
impl Freeze for OnBlueprintSettingsPasted
impl RefUnwindSafe for OnBlueprintSettingsPasted
impl Send for OnBlueprintSettingsPasted
impl Sync for OnBlueprintSettingsPasted
impl Unpin for OnBlueprintSettingsPasted
impl UnsafeUnpin for OnBlueprintSettingsPasted
impl UnwindSafe for OnBlueprintSettingsPasted
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more