UReplicationDriver::NotifyDestructionInfoCreated

Called when a destruction info is created for an actor.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ReplicationDriver.h

Include

#include "Engine/ReplicationDriver.h"

Syntax

virtual void NotifyDestructionInfoCreated
(
    AActor * Actor,
    FActorDestructionInfo & DestructionInfo
)

Remarks

Called when a destruction info is created for an actor. Can be used to override some of the destruction info struct

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss