UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::Private::FPropertyConditionDelegates Class Reference

#include <PropertyConditionsDelegates.h>

Public Types

using FOnPropertyCustomConditionChanged = TMulticastDelegate< void(const UObject *OwningObject, const uint16 RepIndex, const bool bActive)>
 
using FOnPropertyDynamicConditionChanged = TMulticastDelegate< void(const UObject *OwningObject, const uint16 RepIndex, const ELifetimeCondition Condition)>
 

Static Public Member Functions

static FOnPropertyCustomConditionChangedGetOnPropertyCustomConditionChangedDelegate ()
 
static FOnPropertyDynamicConditionChangedGetOnPropertyDynamicConditionChangedDelegate ()
 

Member Typedef Documentation

◆ FOnPropertyCustomConditionChanged

◆ FOnPropertyDynamicConditionChanged

Member Function Documentation

◆ GetOnPropertyCustomConditionChangedDelegate()

static FOnPropertyCustomConditionChanged & UE::Net::Private::FPropertyConditionDelegates::GetOnPropertyCustomConditionChangedDelegate ( )
inlinestatic

◆ GetOnPropertyDynamicConditionChangedDelegate()

static FOnPropertyDynamicConditionChanged & UE::Net::Private::FPropertyConditionDelegates::GetOnPropertyDynamicConditionChangedDelegate ( )
inlinestatic

The documentation for this class was generated from the following files: