20 lines
509 B
Ucode
20 lines
509 B
Ucode
//=============================================================================
|
|
// ReplicationInfo.
|
|
//=============================================================================
|
|
class ReplicationInfo extends Info
|
|
abstract
|
|
native;
|
|
|
|
cpptext
|
|
{
|
|
INT* GetOptimizedRepList( BYTE* Recent, FPropertyRetirement* Retire, INT* Ptr, UPackageMap* Map, UActorChannel* Channel );
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
RemoteRole=ROLE_SimulatedProxy
|
|
bAlwaysRelevant=True
|
|
bStatic=False
|
|
bNoDelete=False
|
|
}
|