UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FObjectReplicationBridgeFilterConfig Struct Reference

#include <ObjectReplicationBridgeConfig.h>

Public Attributes

FName ClassName
 
FName DynamicFilterName
 
FName FilterProfile
 
bool bForceEnableOnAllInstances = false
 

Member Data Documentation

◆ bForceEnableOnAllInstances

bool FObjectReplicationBridgeFilterConfig::bForceEnableOnAllInstances = false

Whether this filter should be used for all instances of this class and subclasses, regardless of bAlwaysRelevant and bOnlyRelevantToOwner settings on instance.

◆ ClassName

FName FObjectReplicationBridgeFilterConfig::ClassName

Instances of this class should use the filter supplied.

◆ DynamicFilterName

FName FObjectReplicationBridgeFilterConfig::DynamicFilterName

The name of the filter to set on the class instances.

◆ FilterProfile

FName FObjectReplicationBridgeFilterConfig::FilterProfile

Optional name to a profile that can further specialize the settings within a dynamic filter


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