UAbilitySystemReplicationProxyInterface

Interface for actors that act like an ability system component for replication.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UInterface

UAbilitySystemReplicationProxyInterface

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemReplicationProxyInterface.h

Include

#include "AbilitySystemReplicationProxyInterface.h"

Syntax

class UAbilitySystemReplicationProxyInterface : public UInterface

Remarks

Interface for actors that act like an ability system component for replication. This can be used to group together different components for replication

Constructors

Name Description

Public function

UAbilitySystemReplicationProxyInterface

(
    const FObjectInitializer& ObjectIn...
)