FCachedDestructInfo

DestructionInfo handling.

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h

Include

#include "ReplicationGraph.h"

Syntax

struct FCachedDestructInfo

Remarks

DestructionInfo handling. This is how we send "delete this actor" to clients when the actor is deleted on the server (placed in map actors)

Variables

Name Description

Public variable

FVector

 

CachedPosition

Public variable

FActorDestructi...

 

DestructionInfo

Constructors

Name Description

Public function

FCachedDestructInfo

(
    FActorDestructionInfo* InDestr...
)

Functions

Name Description

Public function Const

void

 

CountBytes

(
    FArchive& Ar
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FCachedDestructInfo& rhs
)

Public function Const

bool

 

operator==

(
    const FActorDestructionInfo* I...
)

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