Apparatus Version 1.23
ECS data-oriented workflow for Unreal Engine.
Loading...
Searching...
No Matches
Public Attributes | List of all members
FStandardSubjectiveNetworkPropertyBlock Struct Reference

A block of standard properties used for networking. More...

#include <Subjective.h>

Collaboration diagram for FStandardSubjectiveNetworkPropertyBlock:
Collaboration graph
[legend]

Public Attributes

FTraitmark TraitmarkPermit
 The list of traits allowed to be received on the server.
 
uint32 SubjectNetworkId = FSubjectNetworkState::InvalidId
 The replicated network identifier of the subject.
 

Detailed Description

A block of standard properties used for networking.

Member Data Documentation

◆ SubjectNetworkId

uint32 FStandardSubjectiveNetworkPropertyBlock::SubjectNetworkId = FSubjectNetworkState::InvalidId

The replicated network identifier of the subject.

Only for networkable subjectives.

◆ TraitmarkPermit

FTraitmark FStandardSubjectiveNetworkPropertyBlock::TraitmarkPermit

The list of traits allowed to be received on the server.

Only for networkable subjectives.


The documentation for this struct was generated from the following file: