Navigation
API > API/Plugins > API/Plugins/MassRepresentation > API/Plugins/MassRepresentation/FMassRepresentationParameters
Syntax
UPROPERTY (EditAnywhere, Category="Mass|Representation", Config)
uint8 bForceActorRepresentationForExternalActors: 1 = false
Remarks
If true, forces UMassRepresentationProcessor to override the WantedRepresentationType to actor representation whenever an external (non Mass owned) actor is set on an entitie's FMassActorFragment fragment. If / when the actor fragment is reset, WantedRepresentationType resumes selecting the appropriate representation for the current representation LOD.
Useful for server-authoritative actor spawning to force actor representation on clients for replicated actors.