Navigation
API > API/Runtime > API/Runtime/NetCore
| |
|
| Name |
FPropertyConditionDelegates |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Net/Core/Public/Net/Core/PropertyConditions/PropertyConditionsDelegates.h |
| Include Path |
#include "Net/Core/PropertyConditions/PropertyConditionsDelegates.h" |
Syntax
class FPropertyConditionDelegates
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnPropertyCustomConditionChanged |
TMulticastDelegate< void(const UObject *OwningObject, const uint16 RepIndex, const bool bActive)> |
|
Net/Core/PropertyConditions/PropertyConditionsDelegates.h |
| FOnPropertyDynamicConditionChanged |
TMulticastDelegate< void(const UObject *OwningObject, const uint16 RepIndex, const ELifetimeCondition Condition)> |
|
Net/Core/PropertyConditions/PropertyConditionsDelegates.h |
Constants
| Name |
Type |
Remarks |
Include Path |
| OnPropertyCustomConditionChangedDelegate |
FOnPropertyCustomConditionChanged |
|
Net/Core/PropertyConditions/PropertyConditionsDelegates.h |
| OnPropertyDynamicConditionChangedDelegate |
FOnPropertyDynamicConditionChanged |
|
Net/Core/PropertyConditions/PropertyConditionsDelegates.h |
Functions
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FOnPropertyCustomConditionChanged & GetOnPropertyCustomConditionChangedDelegate()
|
|
Net/Core/PropertyConditions/PropertyConditionsDelegates.h |
|
static FOnPropertyDynamicConditionChanged & GetOnPropertyDynamicConditionChangedDelegate()
|
|
Net/Core/PropertyConditions/PropertyConditionsDelegates.h |
|